[−][src]Struct pspsdk_sys::sdk::SceModule
Describes a module. This structure could change in future firmware revisions.
Fields
next: *mut SceModuleattribute: c_ushortversion: [c_uchar; 2]modname: [c_char; 27]terminal: c_charunknown1: c_uintunknown2: c_uintmodid: SceUIDunknown3: [c_uint; 4]ent_top: *mut c_voident_size: c_uintstub_top: *mut c_voidstub_size: c_uintunknown4: [c_uint; 4]entry_addr: c_uintgp_value: c_uinttext_addr: c_uinttext_size: c_uintdata_size: c_uintbss_size: c_uintnsegment: c_uintsegmentaddr: [c_uint; 4]segmentsize: [c_uint; 4]Trait Implementations
impl Clone for SceModule[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SceModule[src]
impl Debug for SceModule[src]
Auto Trait Implementations
impl RefUnwindSafe for SceModule
impl !Send for SceModule
impl !Sync for SceModule
impl Unpin for SceModule
impl UnwindSafe for SceModule
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,