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