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