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