pub struct Qspi { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Qspi
impl Eq for Qspi
impl Send for Qspi
Quad Serial Peripheral Interface
impl StructuralPartialEq for Qspi
impl Sync for Qspi
Auto Trait Implementations§
impl Freeze for Qspi
impl RefUnwindSafe for Qspi
impl Unpin for Qspi
impl UnsafeUnpin 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