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