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