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