#[repr(C)]pub struct R5(pub [u8; 6]);
Expand description
Represents the response to the IO_RW_DIRECT
command (CMD52
).
Tuple Fields§
§0: [u8; 6]
Implementations§
Source§impl R5
impl R5
Sourcepub const fn response_type(&self) -> ResponseType
pub const fn response_type(&self) -> ResponseType
Gets the response type for the R5.
Sourcepub const fn response_mode(&self) -> ResponseMode
pub const fn response_mode(&self) -> ResponseMode
Gets the response mode for the R5.
Trait Implementations§
impl Copy for R5
impl Eq for R5
impl StructuralPartialEq for R5
Auto Trait Implementations§
impl Freeze for R5
impl RefUnwindSafe for R5
impl Send for R5
impl Sync for R5
impl Unpin for R5
impl UnwindSafe for R5
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