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