Struct vitasdk_sys::SceGUIDKernelCreateOpt
source · #[repr(C)]pub struct SceGUIDKernelCreateOpt {
pub __bindgen_anon_1: SceGUIDKernelCreateOpt__bindgen_ty_1,
pub field_4: SceUInt32,
pub field_8: SceUInt32,
pub pid: SceUInt32,
pub field_10: SceUInt32,
pub field_14: SceUInt32,
pub field_18: SceUInt32,
pub field_1C: SceUInt32,
}Fields§
§__bindgen_anon_1: SceGUIDKernelCreateOpt__bindgen_ty_1§field_4: SceUInt32§field_8: SceUInt32§pid: SceUInt32§field_10: SceUInt32§field_14: SceUInt32§field_18: SceUInt32§field_1C: SceUInt32Trait Implementations§
source§impl Clone for SceGUIDKernelCreateOpt
impl Clone for SceGUIDKernelCreateOpt
source§fn clone(&self) -> SceGUIDKernelCreateOpt
fn clone(&self) -> SceGUIDKernelCreateOpt
Returns a copy 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 more