Enum btfproto::msg::SpecInodes
source · #[repr(u64)]pub enum SpecInodes {
RootDir,
Sb,
FirstFree,
}
Expand description
An enumeration of special Inodes.
Variants§
Implementations§
Trait Implementations§
source§impl From<SpecInodes> for Inode
impl From<SpecInodes> for Inode
source§fn from(special: SpecInodes) -> Self
fn from(special: SpecInodes) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SpecInodes
impl Send for SpecInodes
impl Sync for SpecInodes
impl Unpin for SpecInodes
impl UnwindSafe for SpecInodes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more