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