Struct stm32_metapac::adc::regs::Adc4Chselrmod1
#[repr(transparent)]pub struct Adc4Chselrmod1(pub u32);
Expand description
ADC channel selection register [alternate].
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl Clone for Adc4Chselrmod1
impl Clone for Adc4Chselrmod1
§fn clone(&self) -> Adc4Chselrmod1
fn clone(&self) -> Adc4Chselrmod1
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 Adc4Chselrmod1
impl Debug for Adc4Chselrmod1
§impl Default for Adc4Chselrmod1
impl Default for Adc4Chselrmod1
§fn default() -> Adc4Chselrmod1
fn default() -> Adc4Chselrmod1
Returns the “default value” for a type. Read more
§impl PartialEq for Adc4Chselrmod1
impl PartialEq for Adc4Chselrmod1
impl Copy for Adc4Chselrmod1
impl Eq for Adc4Chselrmod1
impl StructuralPartialEq for Adc4Chselrmod1
Auto Trait Implementations§
impl Freeze for Adc4Chselrmod1
impl RefUnwindSafe for Adc4Chselrmod1
impl Send for Adc4Chselrmod1
impl Sync for Adc4Chselrmod1
impl Unpin for Adc4Chselrmod1
impl UnwindSafe for Adc4Chselrmod1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)