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