pub struct SdioBus<SDIO> { /* private fields */ }Expand description
Doc
Auto Trait Implementations§
impl<SDIO> Freeze for SdioBus<SDIO>where
SDIO: Freeze,
impl<SDIO> RefUnwindSafe for SdioBus<SDIO>where
SDIO: RefUnwindSafe,
impl<SDIO> Send for SdioBus<SDIO>where
SDIO: Send,
impl<SDIO> Sync for SdioBus<SDIO>where
SDIO: Sync,
impl<SDIO> Unpin for SdioBus<SDIO>where
SDIO: Unpin,
impl<SDIO> UnwindSafe for SdioBus<SDIO>where
SDIO: 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