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