#[repr(C)]pub struct SceKernelThreadInfo {Show 24 fields
pub size: SceSize,
pub processId: SceUID,
pub name: [c_char; 32],
pub attr: SceUInt32,
pub status: SceUInt32,
pub entry: SceKernelThreadEntry,
pub stack: *mut c_void,
pub stackSize: SceInt32,
pub initPriority: SceInt32,
pub currentPriority: SceInt32,
pub initCpuAffinityMask: SceInt32,
pub currentCpuAffinityMask: SceInt32,
pub currentCpuId: SceInt32,
pub lastExecutedCpuId: SceInt32,
pub waitType: SceUInt32,
pub waitId: SceUID,
pub exitStatus: SceInt32,
pub runClocks: SceKernelSysClock,
pub intrPreemptCount: SceUInt32,
pub threadPreemptCount: SceUInt32,
pub threadReleaseCount: SceUInt32,
pub changeCpuCount: SceInt32,
pub fNotifyCallback: SceInt32,
pub reserved: SceInt32,
}Fields§
§size: SceSize§processId: SceUID§name: [c_char; 32]§attr: SceUInt32§status: SceUInt32§entry: SceKernelThreadEntry§stack: *mut c_void§stackSize: SceInt32§initPriority: SceInt32§currentPriority: SceInt32§initCpuAffinityMask: SceInt32§currentCpuAffinityMask: SceInt32§currentCpuId: SceInt32§lastExecutedCpuId: SceInt32§waitType: SceUInt32§waitId: SceUID§exitStatus: SceInt32§runClocks: SceKernelSysClock§intrPreemptCount: SceUInt32§threadPreemptCount: SceUInt32§threadReleaseCount: SceUInt32§changeCpuCount: SceInt32§fNotifyCallback: SceInt32§reserved: SceInt32Trait Implementations§
Source§impl Clone for SceKernelThreadInfo
impl Clone for SceKernelThreadInfo
Source§fn clone(&self) -> SceKernelThreadInfo
fn clone(&self) -> SceKernelThreadInfo
Returns a duplicate 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 moreSource§impl Debug for SceKernelThreadInfo
impl Debug for SceKernelThreadInfo
impl Copy for SceKernelThreadInfo
Auto Trait Implementations§
impl Freeze for SceKernelThreadInfo
impl RefUnwindSafe for SceKernelThreadInfo
impl !Send for SceKernelThreadInfo
impl !Sync for SceKernelThreadInfo
impl Unpin for SceKernelThreadInfo
impl UnwindSafe for SceKernelThreadInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)