[−][src]Struct pspsdk_sys::sdk::SceKernelThreadKInfo
Structure to hold the status information for a thread (kernel form) 1.5 form
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
kstack: *mut c_voidKernel stack pointer
kstackSize: *mut c_voidKernel stack size
gpReg: *mut c_voidPointer to the gp
args: SceSizeSize of args
argp: *mut c_voidPointer to args
initPriority: c_intInitial priority
currentPriority: c_intCurrent priority
waitType: c_intWait type
waitId: SceUIDWait id
wakeupCount: c_intWakeup count
runClocks: SceKernelSysClockNumber of clock cycles run
intrPreemptCount: SceUIntInterrupt preemption count
threadPreemptCount: SceUIntThread preemption count
releaseCount: SceUIntRelease count
thContext: *mut SceThreadContextThread Context
vfpuContext: *mut f32VFPU Context
retAddr: *mut c_voidReturn address from syscall
unknown1: SceUIntUnknown, possibly size of SC context
scContext: *mut SceSCContextSyscall Context
Trait Implementations
impl Clone for SceKernelThreadKInfo[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SceKernelThreadKInfo[src]
impl Debug for SceKernelThreadKInfo[src]
Auto Trait Implementations
impl !Send for SceKernelThreadKInfo
impl !Sync for SceKernelThreadKInfo
impl Unpin for SceKernelThreadKInfo
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>,