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