Struct vitasdk_sys::SceKernelCallbackInfo
source · #[repr(C)]pub struct SceKernelCallbackInfo {
pub size: SceSize,
pub callbackId: SceUID,
pub name: [c_char; 32],
pub threadId: SceUID,
pub callback: SceKernelCallbackFunction,
pub common: *mut c_void,
pub notifyCount: c_int,
pub notifyArg: c_int,
}Fields§
§size: SceSize§callbackId: SceUID§name: [c_char; 32]§threadId: SceUID§callback: SceKernelCallbackFunction§common: *mut c_void§notifyCount: c_int§notifyArg: c_intTrait Implementations§
source§impl Clone for SceKernelCallbackInfo
impl Clone for SceKernelCallbackInfo
source§fn clone(&self) -> SceKernelCallbackInfo
fn clone(&self) -> SceKernelCallbackInfo
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