Struct Adc4Chselrmod0
#[repr(transparent)]pub struct Adc4Chselrmod0(pub u32);
Expand description
ADC channel selection register [alternate].
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl Clone for Adc4Chselrmod0
impl Clone for Adc4Chselrmod0
§fn clone(&self) -> Adc4Chselrmod0
fn clone(&self) -> Adc4Chselrmod0
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 Adc4Chselrmod0
impl Debug for Adc4Chselrmod0
§impl Default for Adc4Chselrmod0
impl Default for Adc4Chselrmod0
§fn default() -> Adc4Chselrmod0
fn default() -> Adc4Chselrmod0
Returns the “default value” for a type. Read more
§impl PartialEq for Adc4Chselrmod0
impl PartialEq for Adc4Chselrmod0
impl Copy for Adc4Chselrmod0
impl Eq for Adc4Chselrmod0
impl StructuralPartialEq for Adc4Chselrmod0
Auto Trait Implementations§
impl Freeze for Adc4Chselrmod0
impl RefUnwindSafe for Adc4Chselrmod0
impl Send for Adc4Chselrmod0
impl Sync for Adc4Chselrmod0
impl Unpin for Adc4Chselrmod0
impl UnwindSafe for Adc4Chselrmod0
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