#[repr(u8)]pub enum C2Option {
Raw = 1,
RawAndBlock = 2,
}Available on crate feature
mmc only.Expand description
C2 error information to include.
Variants§
Raw = 1
294 bytes of “C2 error bits”.
RawAndBlock = 2
296 bytes consisting of:
- Block error byte: logical OR of all the 294 bytes of “C2 error bits”
- A pad byte of zero
- 294 bytes of “C2 error bits”
Trait Implementations§
impl Copy for C2Option
impl Eq for C2Option
Source§impl Ord for C2Option
impl Ord for C2Option
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for C2Option
impl PartialOrd for C2Option
impl StructuralPartialEq for C2Option
Auto Trait Implementations§
impl Freeze for C2Option
impl RefUnwindSafe for C2Option
impl Send for C2Option
impl Sync for C2Option
impl Unpin for C2Option
impl UnsafeUnpin for C2Option
impl UnwindSafe for C2Option
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