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