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