Struct Dar
#[repr(transparent)]pub struct Dar(pub u32);Expand description
MDMA channel x destination address register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dar
impl Eq for Dar
impl StructuralPartialEq for Dar
Auto Trait Implementations§
impl Freeze for Dar
impl RefUnwindSafe for Dar
impl Send for Dar
impl Sync for Dar
impl Unpin for Dar
impl UnwindSafe for Dar
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