pub enum InodeType {
Fifo = 1,
Char = 2,
Directory = 4,
Block = 6,
Regular = 8,
Symlink = 10,
Socket = 12,
}
Expand description
Types of inodes.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for InodeType
impl PartialEq for InodeType
impl Copy for InodeType
impl Eq for InodeType
impl StructuralPartialEq for InodeType
Auto Trait Implementations§
impl Freeze for InodeType
impl RefUnwindSafe for InodeType
impl Send for InodeType
impl Sync for InodeType
impl Unpin for InodeType
impl UnwindSafe for InodeType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)