pub enum Sdhc1 {}
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sdhc1
impl RefUnwindSafe for Sdhc1
impl Send for Sdhc1
impl Sync for Sdhc1
impl Unpin for Sdhc1
impl UnwindSafe for Sdhc1
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