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