pub struct Sdio<P: SdioPeripheral> { /* private fields */ }
Expand description
A peripheral that uses the SDIO hardware, generic over the particular type of device.
Implementations§
Source§impl<P: SdioPeripheral> Sdio<P>
impl<P: SdioPeripheral> Sdio<P>
Auto Trait Implementations§
impl<P> Freeze for Sdio<P>where
P: Freeze,
impl<P> RefUnwindSafe for Sdio<P>where
P: RefUnwindSafe,
impl<P> Send for Sdio<P>where
P: Send,
impl<P> !Sync for Sdio<P>
impl<P> Unpin for Sdio<P>where
P: Unpin,
impl<P> UnwindSafe for Sdio<P>where
P: UnwindSafe,
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