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