[][src]Struct mextk_sys::MemcardInfo

#[repr(C)]pub struct MemcardInfo {
    pub snap_data: *mut c_void,
    pub file_name: [c_char; 32],
    pub file_desc: [c_char; 32],
    pub icon_data: *mut MemSnapIconData,
    pub snap_list: *mut SnapshotList,
    pub memcard_probe: c_int,
    pub x50: c_int,
    pub x54: c_int,
    pub x58: c_int,
    pub x5c: c_int,
    pub x60: c_int,
    pub x64: c_int,
    pub x68: c_int,
    pub x6c: c_int,
    pub x70: c_int,
    pub x74: c_int,
    pub x78: c_int,
    pub x7c: c_int,
    pub x80: c_int,
    pub x84: c_int,
    pub x88: c_int,
    pub x8c: c_int,
    pub x90: c_int,
    pub x94: c_int,
    pub x98: c_int,
    pub x9c: c_int,
    pub xa0: c_int,
    pub xa4: c_int,
    pub xa8: c_int,
    pub xac: c_int,
    pub xb0: c_int,
    pub xb4: c_int,
    pub xb8: c_int,
    pub xbc: c_int,
    pub xc0: c_int,
    pub xc4: c_int,
    pub xc8: c_int,
    pub xcc: c_int,
    pub xd0: c_int,
    pub xd4: c_int,
    pub xd8: c_int,
    pub xdc: c_int,
    pub xe0: c_int,
    pub xe4: c_int,
    pub xe8: c_int,
    pub xec: c_int,
}

Fields

snap_data: *mut c_voidfile_name: [c_char; 32]file_desc: [c_char; 32]icon_data: *mut MemSnapIconDatasnap_list: *mut SnapshotListmemcard_probe: c_intx50: c_intx54: c_intx58: c_intx5c: c_intx60: c_intx64: c_intx68: c_intx6c: c_intx70: c_intx74: c_intx78: c_intx7c: c_intx80: c_intx84: c_intx88: c_intx8c: c_intx90: c_intx94: c_intx98: c_intx9c: c_intxa0: c_intxa4: c_intxa8: c_intxac: c_intxb0: c_intxb4: c_intxb8: c_intxbc: c_intxc0: c_intxc4: c_intxc8: c_intxcc: c_intxd0: c_intxd4: c_intxd8: c_intxdc: c_intxe0: c_intxe4: c_intxe8: c_intxec: c_int

Trait Implementations

impl Clone for MemcardInfo[src]

impl Copy for MemcardInfo[src]

impl Debug for MemcardInfo[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.