Struct stm32_metapac::adc::regs::Sqr1
#[repr(transparent)]pub struct Sqr1(pub u32);
Expand description
regular sequence register 1
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Sqr1
impl Eq for Sqr1
impl StructuralPartialEq for Sqr1
Auto Trait Implementations§
impl Freeze for Sqr1
impl RefUnwindSafe for Sqr1
impl Send for Sqr1
impl Sync for Sqr1
impl Unpin for Sqr1
impl UnwindSafe for Sqr1
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