Struct vitasdk_sys::SceKernelLwCondInfo
source · #[repr(C)]pub struct SceKernelLwCondInfo {
pub size: SceSize,
pub lwcond_id: SceUID,
pub name: [c_char; 32],
pub attr: c_int,
pub work: *mut SceKernelLwCondWork,
pub lwmutex: *mut SceKernelLwMutexWork,
pub num_wait_threads: c_int,
}Fields§
§size: SceSize§lwcond_id: SceUID§name: [c_char; 32]§attr: c_int§work: *mut SceKernelLwCondWork§lwmutex: *mut SceKernelLwMutexWork§num_wait_threads: c_intTrait Implementations§
source§impl Clone for SceKernelLwCondInfo
impl Clone for SceKernelLwCondInfo
source§fn clone(&self) -> SceKernelLwCondInfo
fn clone(&self) -> SceKernelLwCondInfo
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