#[repr(C)]pub struct SceProcEventInvokeParam1 {
pub size: SceSize,
pub unk_0x04: c_int,
pub unk_0x08: c_int,
pub unk_0x0C: c_int,
}Fields§
§size: SceSize§unk_0x04: c_int§unk_0x08: c_int§unk_0x0C: c_intTrait Implementations§
Source§impl Clone for SceProcEventInvokeParam1
impl Clone for SceProcEventInvokeParam1
Source§fn clone(&self) -> SceProcEventInvokeParam1
fn clone(&self) -> SceProcEventInvokeParam1
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 SceProcEventInvokeParam1
impl Debug for SceProcEventInvokeParam1
impl Copy for SceProcEventInvokeParam1
Auto Trait Implementations§
impl Freeze for SceProcEventInvokeParam1
impl RefUnwindSafe for SceProcEventInvokeParam1
impl Send for SceProcEventInvokeParam1
impl Sync for SceProcEventInvokeParam1
impl Unpin for SceProcEventInvokeParam1
impl UnwindSafe for SceProcEventInvokeParam1
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)