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