[][src]Struct mextk_sys::MemcardUnk

#[repr(C)]pub struct MemcardUnk {
    pub block_size: u8_,
    pub x1: u8_,
    pub x2: u8_,
    pub x3: u8_,
    pub x4: u8_,
    pub x5: u8_,
    pub x6: u8_,
    pub x7: u8_,
    pub x8: u8_,
    pub x9: u8_,
    pub xa: [u8_; 8],
}

Fields

block_size: u8_x1: u8_x2: u8_x3: u8_x4: u8_x5: u8_x6: u8_x7: u8_x8: u8_x9: u8_xa: [u8_; 8]

Trait Implementations

impl Clone for MemcardUnk[src]

impl Copy for MemcardUnk[src]

impl Debug for MemcardUnk[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.