#[repr(u32)]pub enum LinMode {
Sleep = 0,
Slow = 1,
Normal = 2,
Fast = 3,
Maxsize = 4,
}Variants§
Trait Implementations§
impl Copy for LinMode
impl Eq for LinMode
impl StructuralPartialEq for LinMode
Auto Trait Implementations§
impl Freeze for LinMode
impl RefUnwindSafe for LinMode
impl Send for LinMode
impl Sync for LinMode
impl Unpin for LinMode
impl UnsafeUnpin for LinMode
impl UnwindSafe for LinMode
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