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