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