Struct vitasdk_sys::SceKernelHeapCreateOpt
source · #[repr(C)]pub struct SceKernelHeapCreateOpt {
pub size: SceSize,
pub __bindgen_anon_1: SceKernelHeapCreateOpt__bindgen_ty_1,
pub field_8: SceUInt32,
pub field_C: SceUInt32,
pub memtype: SceUInt32,
pub field_14: SceUInt32,
pub field_18: SceUInt32,
}Fields§
§size: SceSize§__bindgen_anon_1: SceKernelHeapCreateOpt__bindgen_ty_1§field_8: SceUInt32§field_C: SceUInt32§memtype: SceUInt32§field_14: SceUInt32§field_18: SceUInt32Trait Implementations§
source§impl Clone for SceKernelHeapCreateOpt
impl Clone for SceKernelHeapCreateOpt
source§fn clone(&self) -> SceKernelHeapCreateOpt
fn clone(&self) -> SceKernelHeapCreateOpt
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