Struct nrf52840_pac::QSPI
source · pub struct QSPI { /* private fields */ }
Expand description
External flash interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QSPI
impl RefUnwindSafe for QSPI
impl !Sync for QSPI
impl Unpin for QSPI
impl UnwindSafe for QSPI
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