#[repr(u8)]pub enum CmdXfrTypAc12en {
CMD_XFR_TYP2_B = 0,
CMD_XFR_TYP2_A = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CmdXfrTypAc12en
impl Clone for CmdXfrTypAc12en
Source§fn clone(&self) -> CmdXfrTypAc12en
fn clone(&self) -> CmdXfrTypAc12en
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CmdXfrTypAc12en
impl Debug for CmdXfrTypAc12en
Source§impl From<CmdXfrTypAc12en> for u8
impl From<CmdXfrTypAc12en> for u8
Source§fn from(val: CmdXfrTypAc12en) -> u8
fn from(val: CmdXfrTypAc12en) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CmdXfrTypAc12en
impl From<u8> for CmdXfrTypAc12en
Source§fn from(val: u8) -> CmdXfrTypAc12en
fn from(val: u8) -> CmdXfrTypAc12en
Converts to this type from the input type.
Source§impl Ord for CmdXfrTypAc12en
impl Ord for CmdXfrTypAc12en
Source§fn cmp(&self, other: &CmdXfrTypAc12en) -> Ordering
fn cmp(&self, other: &CmdXfrTypAc12en) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CmdXfrTypAc12en
impl PartialEq for CmdXfrTypAc12en
Source§impl PartialOrd for CmdXfrTypAc12en
impl PartialOrd for CmdXfrTypAc12en
impl Copy for CmdXfrTypAc12en
impl Eq for CmdXfrTypAc12en
impl StructuralPartialEq for CmdXfrTypAc12en
Auto Trait Implementations§
impl Freeze for CmdXfrTypAc12en
impl RefUnwindSafe for CmdXfrTypAc12en
impl Send for CmdXfrTypAc12en
impl Sync for CmdXfrTypAc12en
impl Unpin for CmdXfrTypAc12en
impl UnwindSafe for CmdXfrTypAc12en
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