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§
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