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