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