#[repr(C)]pub struct SceProcEventHandler {
pub size: SceSize,
pub create: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam2, a3: c_int) -> c_int>,
pub exit: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam1, a3: c_int) -> c_int>,
pub kill: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam1, a3: c_int) -> c_int>,
pub stop: Option<unsafe extern "C" fn(pid: SceUID, event_type: c_int, a3: *mut SceProcEventInvokeParam1, a4: c_int) -> c_int>,
pub start: Option<unsafe extern "C" fn(pid: SceUID, event_type: c_int, a3: *mut SceProcEventInvokeParam1, a4: c_int) -> c_int>,
pub switch_process: Option<unsafe extern "C" fn(event_id: c_int, event_type: c_int, a3: *mut SceProcEventInvokeParam2, a4: c_int) -> c_int>,
}Fields§
§size: SceSize§create: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam2, a3: c_int) -> c_int>§exit: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam1, a3: c_int) -> c_int>§kill: Option<unsafe extern "C" fn(pid: SceUID, a2: *mut SceProcEventInvokeParam1, a3: c_int) -> c_int>§stop: Option<unsafe extern "C" fn(pid: SceUID, event_type: c_int, a3: *mut SceProcEventInvokeParam1, a4: c_int) -> c_int>§start: Option<unsafe extern "C" fn(pid: SceUID, event_type: c_int, a3: *mut SceProcEventInvokeParam1, a4: c_int) -> c_int>§switch_process: Option<unsafe extern "C" fn(event_id: c_int, event_type: c_int, a3: *mut SceProcEventInvokeParam2, a4: c_int) -> c_int>Trait Implementations§
Source§impl Clone for SceProcEventHandler
impl Clone for SceProcEventHandler
Source§fn clone(&self) -> SceProcEventHandler
fn clone(&self) -> SceProcEventHandler
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceProcEventHandler
impl Debug for SceProcEventHandler
impl Copy for SceProcEventHandler
Auto Trait Implementations§
impl Freeze for SceProcEventHandler
impl RefUnwindSafe for SceProcEventHandler
impl Send for SceProcEventHandler
impl Sync for SceProcEventHandler
impl Unpin for SceProcEventHandler
impl UnwindSafe for SceProcEventHandler
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)