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