#[repr(transparent)]pub struct Intenset0(pub u32);Expand description
Interrupt Enable read and Set for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Intenset0
impl Eq for Intenset0
impl StructuralPartialEq for Intenset0
Auto Trait Implementations§
impl Freeze for Intenset0
impl RefUnwindSafe for Intenset0
impl Send for Intenset0
impl Sync for Intenset0
impl Unpin for Intenset0
impl UnwindSafe for Intenset0
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