#[repr(C)]
pub union SceGUIDKernelCreateOpt__bindgen_ty_1 {
pub flags: SceUInt32,
pub attr: SceUInt32,
}Fields§
§flags: SceUInt32§attr: SceUInt32Trait Implementations§
source§impl Clone for SceGUIDKernelCreateOpt__bindgen_ty_1
impl Clone for SceGUIDKernelCreateOpt__bindgen_ty_1
source§fn clone(&self) -> SceGUIDKernelCreateOpt__bindgen_ty_1
fn clone(&self) -> SceGUIDKernelCreateOpt__bindgen_ty_1
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