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