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