#[repr(u8)]pub enum CmdXfrTypDtdsel {
CMD_XFR_TYP4_B = 0,
CMD_XFR_TYP4_A = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CmdXfrTypDtdsel
impl Clone for CmdXfrTypDtdsel
Source§fn clone(&self) -> CmdXfrTypDtdsel
fn clone(&self) -> CmdXfrTypDtdsel
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 CmdXfrTypDtdsel
impl Debug for CmdXfrTypDtdsel
Source§impl From<CmdXfrTypDtdsel> for u8
impl From<CmdXfrTypDtdsel> for u8
Source§fn from(val: CmdXfrTypDtdsel) -> u8
fn from(val: CmdXfrTypDtdsel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CmdXfrTypDtdsel
impl From<u8> for CmdXfrTypDtdsel
Source§fn from(val: u8) -> CmdXfrTypDtdsel
fn from(val: u8) -> CmdXfrTypDtdsel
Converts to this type from the input type.
Source§impl Ord for CmdXfrTypDtdsel
impl Ord for CmdXfrTypDtdsel
Source§fn cmp(&self, other: &CmdXfrTypDtdsel) -> Ordering
fn cmp(&self, other: &CmdXfrTypDtdsel) -> 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 CmdXfrTypDtdsel
impl PartialEq for CmdXfrTypDtdsel
Source§impl PartialOrd for CmdXfrTypDtdsel
impl PartialOrd for CmdXfrTypDtdsel
impl Copy for CmdXfrTypDtdsel
impl Eq for CmdXfrTypDtdsel
impl StructuralPartialEq for CmdXfrTypDtdsel
Auto Trait Implementations§
impl Freeze for CmdXfrTypDtdsel
impl RefUnwindSafe for CmdXfrTypDtdsel
impl Send for CmdXfrTypDtdsel
impl Sync for CmdXfrTypDtdsel
impl Unpin for CmdXfrTypDtdsel
impl UnwindSafe for CmdXfrTypDtdsel
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