#[repr(u8)]pub enum Type_type {
File = 0,
Directory = 1,
Block_device = 2,
Character_device = 3,
Pipe = 4,
Socket = 5,
Symbolic_link = 6,
}
Variants§
Trait Implementations§
impl Copy for Type_type
impl Eq for Type_type
impl StructuralPartialEq for Type_type
Auto Trait Implementations§
impl Freeze for Type_type
impl RefUnwindSafe for Type_type
impl Send for Type_type
impl Sync for Type_type
impl Unpin for Type_type
impl UnwindSafe for Type_type
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