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