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