[−][src]Struct pspsdk_sys::sdk::SceKernelThreadInfo
Structure to hold the status information for a thread @see sceKernelReferThreadStatus
Fields
size: SceSizeSize of the structure
name: [c_char; 32]Nul terminated name of the thread
attr: SceUIntThread attributes
status: c_intThread status
entry: SceKernelThreadEntryThread entry point
stack: *mut c_voidThread stack pointer
stackSize: c_intThread stack size
gpReg: *mut c_voidPointer to the gp
initPriority: c_intInitial priority
currentPriority: c_intCurrent priority
waitType: c_intWait type
waitId: SceUIDWait id
wakeupCount: c_intWakeup count
exitStatus: c_intExit status of the thread
runClocks: SceKernelSysClockNumber of clock cycles run
intrPreemptCount: SceUIntInterrupt preemption count
threadPreemptCount: SceUIntThread preemption count
releaseCount: SceUIntRelease count
Trait Implementations
impl Clone for SceKernelThreadInfo[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SceKernelThreadInfo[src]
impl Debug for SceKernelThreadInfo[src]
Auto Trait Implementations
impl !Send for SceKernelThreadInfo
impl !Sync for SceKernelThreadInfo
impl Unpin for SceKernelThreadInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,