Implement more traits for Inode.

This commit is contained in:
4lDO2
2021-06-30 12:13:19 +02:00
parent 811f58cc9a
commit 0a41ea5b8f
+1 -1
View File
@@ -13,7 +13,7 @@ pub struct InitFs<'initfs> {
base: &'initfs [u8],
}
#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
pub struct Inode(u16);
#[derive(Clone, Copy, Debug)]