[][src]Struct pspsdk_sys::sdk::_scemoduleinfo

#[repr(C)]pub struct _scemoduleinfo {
    pub modattribute: c_ushort,
    pub modversion: [c_uchar; 2],
    pub modname: [c_char; 27],
    pub terminal: c_char,
    pub gp_value: *mut c_void,
    pub ent_top: *mut c_void,
    pub ent_end: *mut c_void,
    pub stub_top: *mut c_void,
    pub stub_end: *mut c_void,
}

Fields

modattribute: c_ushortmodversion: [c_uchar; 2]modname: [c_char; 27]terminal: c_chargp_value: *mut c_voident_top: *mut c_voident_end: *mut c_voidstub_top: *mut c_voidstub_end: *mut c_void

Trait Implementations

impl Clone for _scemoduleinfo[src]

impl Copy for _scemoduleinfo[src]

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