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