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