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