Struct vitasdk_sys::SceKernelSysrootSelfInfo
source · #[repr(C)]pub struct SceKernelSysrootSelfInfo {
pub size: SceSize,
pub self_data: *mut c_void,
pub self_size: SceSize,
}Fields§
§size: SceSize§self_data: *mut c_void§self_size: SceSizeTrait Implementations§
source§impl Clone for SceKernelSysrootSelfInfo
impl Clone for SceKernelSysrootSelfInfo
source§fn clone(&self) -> SceKernelSysrootSelfInfo
fn clone(&self) -> SceKernelSysrootSelfInfo
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