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