We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d2b61 commit 9047806Copy full SHA for 9047806
src/data_types/guid.rs
@@ -8,7 +8,7 @@ use core::fmt;
8
///
9
/// The `Display` formatter prints GUIDs in the canonical format defined by
10
/// RFC 4122, which is also used by UEFI.
11
-#[derive(Debug, Default, Copy, Clone, Eq, PartialEq)]
+#[derive(Debug, Default, Copy, Clone, Eq, Ord, PartialEq, PartialOrd)]
12
#[repr(C)]
13
pub struct Guid {
14
/// The low field of the timestamp.
0 commit comments