#[repr(u8)]pub enum FileType {
Unknown = 0,
Fifo = 1,
Chr = 2,
Dir = 4,
Blk = 6,
Reg = 8,
Lnk = 10,
Socket = 12,
Wht = 14,
}
Variants§
Trait Implementations§
impl Copy for FileType
Auto Trait Implementations§
impl Freeze for FileType
impl RefUnwindSafe for FileType
impl Send for FileType
impl Sync for FileType
impl Unpin for FileType
impl UnwindSafe for FileType
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