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