#[repr(transparent)]pub struct SmExecctrlStatusSel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for SmExecctrlStatusSel
impl Clone for SmExecctrlStatusSel
Source§fn clone(&self) -> SmExecctrlStatusSel
fn clone(&self) -> SmExecctrlStatusSel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for SmExecctrlStatusSel
impl Ord for SmExecctrlStatusSel
Source§fn cmp(&self, other: &SmExecctrlStatusSel) -> Ordering
fn cmp(&self, other: &SmExecctrlStatusSel) -> 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 SmExecctrlStatusSel
impl PartialEq for SmExecctrlStatusSel
Source§impl PartialOrd for SmExecctrlStatusSel
impl PartialOrd for SmExecctrlStatusSel
impl Copy for SmExecctrlStatusSel
impl Eq for SmExecctrlStatusSel
impl StructuralPartialEq for SmExecctrlStatusSel
Auto Trait Implementations§
impl Freeze for SmExecctrlStatusSel
impl RefUnwindSafe for SmExecctrlStatusSel
impl Send for SmExecctrlStatusSel
impl Sync for SmExecctrlStatusSel
impl Unpin for SmExecctrlStatusSel
impl UnwindSafe for SmExecctrlStatusSel
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