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