Struct vitasdk_sys::SceKernelEventFlagInfo
source · #[repr(C)]pub struct SceKernelEventFlagInfo {
pub size: SceSize,
pub evfId: SceUID,
pub name: [c_char; 32],
pub attr: SceUInt,
pub initPattern: SceUInt,
pub currentPattern: SceUInt,
pub numWaitThreads: c_int,
}Fields§
§size: SceSize§evfId: SceUID§name: [c_char; 32]§attr: SceUInt§initPattern: SceUInt§currentPattern: SceUInt§numWaitThreads: c_intTrait Implementations§
source§impl Clone for SceKernelEventFlagInfo
impl Clone for SceKernelEventFlagInfo
source§fn clone(&self) -> SceKernelEventFlagInfo
fn clone(&self) -> SceKernelEventFlagInfo
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