pub struct DMAST { /* private fields */ }Expand description
Flash DMA Starting Address
Implementations§
Auto Trait Implementations§
impl !Freeze for DMAST
impl !RefUnwindSafe for DMAST
impl Send for DMAST
impl !Sync for DMAST
impl Unpin for DMAST
impl UnwindSafe for DMAST
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