#[repr(u8)]pub enum FSObjectType {
File = 0,
Directory = 1,
Device = 2,
}Variants§
Trait Implementations§
Source§impl Clone for FSObjectType
impl Clone for FSObjectType
Source§fn clone(&self) -> FSObjectType
fn clone(&self) -> FSObjectType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FSObjectType
impl Debug for FSObjectType
Source§impl PartialEq for FSObjectType
impl PartialEq for FSObjectType
impl Copy for FSObjectType
impl Eq for FSObjectType
impl StructuralPartialEq for FSObjectType
Auto Trait Implementations§
impl Freeze for FSObjectType
impl RefUnwindSafe for FSObjectType
impl Send for FSObjectType
impl Sync for FSObjectType
impl Unpin for FSObjectType
impl UnwindSafe for FSObjectType
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