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