#[repr(transparent)]pub struct Idinten(pub u32);Expand description
Internal DMAC Interrupt Enable register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Idinten
impl Eq for Idinten
impl StructuralPartialEq for Idinten
Auto Trait Implementations§
impl Freeze for Idinten
impl RefUnwindSafe for Idinten
impl Send for Idinten
impl Sync for Idinten
impl Unpin for Idinten
impl UnwindSafe for Idinten
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