Struct vitasdk_sys::SceKernelLwMutexWork
source · #[repr(C)]pub struct SceKernelLwMutexWork {
pub data: [SceInt64; 4],
}Fields§
§data: [SceInt64; 4]Trait Implementations§
source§impl Clone for SceKernelLwMutexWork
impl Clone for SceKernelLwMutexWork
source§fn clone(&self) -> SceKernelLwMutexWork
fn clone(&self) -> SceKernelLwMutexWork
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