pub struct SdioRwResponse {
pub raw: u32,
}Expand description
SDIO R5 response
Fields§
§raw: u32Implementations§
Trait Implementations§
Source§impl Clone for SdioRwResponse
impl Clone for SdioRwResponse
Source§fn clone(&self) -> SdioRwResponse
fn clone(&self) -> SdioRwResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SdioRwResponse
impl Debug for SdioRwResponse
impl Copy for SdioRwResponse
Auto Trait Implementations§
impl Freeze for SdioRwResponse
impl RefUnwindSafe for SdioRwResponse
impl Send for SdioRwResponse
impl Sync for SdioRwResponse
impl Unpin for SdioRwResponse
impl UnsafeUnpin for SdioRwResponse
impl UnwindSafe for SdioRwResponse
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