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