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