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