pub type SceModuleInfo = _sceModuleInfo;Aliased Type§
#[repr(C)]pub struct SceModuleInfo {
pub modattribute: u16,
pub modversion: [u8; 2],
pub modname: [i8; 27],
pub terminal: i8,
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: u16§modversion: [u8; 2]§modname: [i8; 27]§terminal: i8§gp_value: *mut c_void§ent_top: *mut c_void§ent_end: *mut c_void§stub_top: *mut c_void§stub_end: *mut c_void