Enum Adc4Dmacfg
#[repr(u8)]pub enum Adc4Dmacfg {
ONE_SHOT = 0,
CIRCULAR = 1,
}
Variants§
Implementations§
§impl Adc4Dmacfg
impl Adc4Dmacfg
pub const fn from_bits(val: u8) -> Adc4Dmacfg
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Adc4Dmacfg
impl Clone for Adc4Dmacfg
§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 more§impl Debug for Adc4Dmacfg
impl Debug for Adc4Dmacfg
§impl From<u8> for Adc4Dmacfg
impl From<u8> for Adc4Dmacfg
§fn from(val: u8) -> Adc4Dmacfg
fn from(val: u8) -> Adc4Dmacfg
Converts to this type from the input type.
§impl Ord for Adc4Dmacfg
impl Ord for Adc4Dmacfg
§impl PartialEq for Adc4Dmacfg
impl PartialEq for Adc4Dmacfg
§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