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