#[repr(transparent)]pub struct SdioCfg(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SdioCfg
impl Eq for SdioCfg
impl StructuralPartialEq for SdioCfg
Auto Trait Implementations§
impl Freeze for SdioCfg
impl RefUnwindSafe for SdioCfg
impl Send for SdioCfg
impl Sync for SdioCfg
impl Unpin for SdioCfg
impl UnwindSafe for SdioCfg
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