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