Struct stm32_metapac::dma2d::regs::Amtcr
#[repr(transparent)]pub struct Amtcr(pub u32);
Expand description
DMA2D AXI master timer configuration register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Amtcr
impl Eq for Amtcr
impl StructuralEq for Amtcr
impl StructuralPartialEq for Amtcr
Auto Trait Implementations§
impl RefUnwindSafe for Amtcr
impl Send for Amtcr
impl Sync for Amtcr
impl Unpin for Amtcr
impl UnwindSafe for Amtcr
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