Enum Smpplus
#[repr(u8)]pub enum Smpplus {
Cycles25 = 0,
Cycles35 = 1,
}Variants§
Cycles25 = 0
SMP = 000 selects 2.5 ADC clock cycles
Cycles35 = 1
SMP = 000 selects 3.5 ADC clock cycles
Implementations§
Trait Implementations§
impl Copy for Smpplus
impl Eq for Smpplus
§impl Ord for Smpplus
impl Ord for Smpplus
1.21.0 (const: unstable) · 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
§impl PartialOrd for Smpplus
impl PartialOrd for Smpplus
impl StructuralPartialEq for Smpplus
Auto Trait Implementations§
impl Freeze for Smpplus
impl RefUnwindSafe for Smpplus
impl Send for Smpplus
impl Sync for Smpplus
impl Unpin for Smpplus
impl UnsafeUnpin for Smpplus
impl UnwindSafe for Smpplus
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