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