pub struct XIP;
Expand description
Qspi is memory-mapped as read/execute
Auto Trait Implementations§
impl Freeze for XIP
impl RefUnwindSafe for XIP
impl Send for XIP
impl Sync for XIP
impl Unpin for XIP
impl UnwindSafe for XIP
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