pub struct SDH { /* private fields */ }Expand description
Secure Digital host control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDH
impl RefUnwindSafe for SDH
impl !Sync for SDH
impl Unpin for SDH
impl UnwindSafe for SDH
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