#[repr(C)]pub struct SceKernelThreadRunStatus__bindgen_ty_1 {
pub processId: SceUID,
pub threadId: SceUID,
pub priority: c_int,
}Fields§
§processId: SceUID§threadId: SceUID§priority: c_intTrait Implementations§
source§impl Clone for SceKernelThreadRunStatus__bindgen_ty_1
impl Clone for SceKernelThreadRunStatus__bindgen_ty_1
source§fn clone(&self) -> SceKernelThreadRunStatus__bindgen_ty_1
fn clone(&self) -> SceKernelThreadRunStatus__bindgen_ty_1
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