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