#[repr(C)]pub struct SceKernelLoadExecParam {
pub size: SceSize,
pub args: SceSize,
pub argp: *mut c_void,
pub key: *const c_char,
}Expand description
Structure to pass to loadexec
Fields§
§size: SceSizeSize of the structure
args: SceSizeSize of the arg string
argp: *mut c_voidPointer to the arg string
key: *const c_charEncryption key ?
Trait Implementations§
Source§impl Clone for SceKernelLoadExecParam
impl Clone for SceKernelLoadExecParam
Source§impl Debug for SceKernelLoadExecParam
impl Debug for SceKernelLoadExecParam
impl Copy for SceKernelLoadExecParam
Auto Trait Implementations§
impl Freeze for SceKernelLoadExecParam
impl RefUnwindSafe for SceKernelLoadExecParam
impl !Send for SceKernelLoadExecParam
impl !Sync for SceKernelLoadExecParam
impl Unpin for SceKernelLoadExecParam
impl UnsafeUnpin for SceKernelLoadExecParam
impl UnwindSafe for SceKernelLoadExecParam
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more