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