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