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