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