pub struct SPIFlash { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FlashAccess for SPIFlash
impl FlashAccess for SPIFlash
Auto Trait Implementations§
impl Freeze for SPIFlash
impl RefUnwindSafe for SPIFlash
impl Send for SPIFlash
impl !Sync for SPIFlash
impl Unpin for SPIFlash
impl UnwindSafe for SPIFlash
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