Struct atsamd_hal::qspi::XIP
source · [−]pub struct XIP;
Expand description
Qspi is memory-mapped as read/execute
Auto Trait Implementations
impl RefUnwindSafe for XIP
impl Send for XIP
impl Sync for XIP
impl Unpin for XIP
impl UnwindSafe for XIP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more