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