Struct vitasdk_sys::SceKernelSystemInfo
source · #[repr(C)]pub struct SceKernelSystemInfo {
pub size: SceSize,
pub activeCpuMask: SceUInt32,
pub cpuInfo: [SceKernelSystemInfo__bindgen_ty_1; 4],
}Fields§
§size: SceSize§activeCpuMask: SceUInt32§cpuInfo: [SceKernelSystemInfo__bindgen_ty_1; 4]Trait Implementations§
source§impl Clone for SceKernelSystemInfo
impl Clone for SceKernelSystemInfo
source§fn clone(&self) -> SceKernelSystemInfo
fn clone(&self) -> SceKernelSystemInfo
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