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