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