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