[][src]Struct mextk_sys::ArchiveInfo

#[repr(C)]pub struct ArchiveInfo {
    pub file_size: c_int,
    pub reloc_offset: *mut c_int,
    pub reloc_num: c_int,
    pub symbol_num: c_int,
    pub refsymbol_num: c_int,
    pub archive_vers: c_int,
    pub unk1: c_int,
    pub unk2: c_int,
    pub general_points: *mut c_int,
    pub reloc_table: *mut c_int,
    pub symbols1: *mut c_int,
    pub refsymmbols: *mut c_int,
    pub symbols2: *mut c_int,
    pub file_start: *mut c_int,
}

Fields

file_size: c_intreloc_offset: *mut c_intreloc_num: c_intsymbol_num: c_intrefsymbol_num: c_intarchive_vers: c_intunk1: c_intunk2: c_intgeneral_points: *mut c_intreloc_table: *mut c_intsymbols1: *mut c_intrefsymmbols: *mut c_intsymbols2: *mut c_intfile_start: *mut c_int

Trait Implementations

impl Clone for ArchiveInfo[src]

impl Copy for ArchiveInfo[src]

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