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