Struct vitasdk_sys::SceKernelSystemSwVersion
source · #[repr(C)]pub struct SceKernelSystemSwVersion {
pub size: SceSize,
pub versionString: [c_char; 28],
pub version: SceUInt,
pub unk_24: SceUInt,
}Fields§
§size: SceSize§versionString: [c_char; 28]§version: SceUInt§unk_24: SceUIntTrait Implementations§
source§impl Clone for SceKernelSystemSwVersion
impl Clone for SceKernelSystemSwVersion
source§fn clone(&self) -> SceKernelSystemSwVersion
fn clone(&self) -> SceKernelSystemSwVersion
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