Struct vitasdk_sys::SceKernelRWLockInfo
source · #[repr(C)]pub struct SceKernelRWLockInfo {
pub size: SceSize,
pub rwLockId: SceUID,
pub name: [c_char; 32],
pub attr: SceUInt32,
pub lockCount: SceInt32,
pub writeOwnerId: SceUID,
pub numReadWaitThreads: SceUInt32,
pub numWriteWaitThreads: SceUInt32,
}Fields§
§size: SceSize§rwLockId: SceUID§name: [c_char; 32]§attr: SceUInt32§lockCount: SceInt32§writeOwnerId: SceUID§numReadWaitThreads: SceUInt32§numWriteWaitThreads: SceUInt32Trait Implementations§
source§impl Clone for SceKernelRWLockInfo
impl Clone for SceKernelRWLockInfo
source§fn clone(&self) -> SceKernelRWLockInfo
fn clone(&self) -> SceKernelRWLockInfo
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