#[repr(u8)]pub enum Fulldrive {
NORMAL_DRIVE = 0,
FULL_DRIVE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Fulldrive
impl Ord for Fulldrive
Source§impl PartialOrd for Fulldrive
impl PartialOrd for Fulldrive
impl Copy for Fulldrive
impl Eq for Fulldrive
impl StructuralPartialEq for Fulldrive
Auto Trait Implementations§
impl Freeze for Fulldrive
impl RefUnwindSafe for Fulldrive
impl Send for Fulldrive
impl Sync for Fulldrive
impl Unpin for Fulldrive
impl UnwindSafe for Fulldrive
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