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