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