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