[][src]Enum pspsdk_sys::sdk::PspThreadStatus

#[repr(u32)]pub enum PspThreadStatus {
    PSP_THREAD_RUNNING,
    PSP_THREAD_READY,
    PSP_THREAD_WAITING,
    PSP_THREAD_SUSPEND,
    PSP_THREAD_STOPPED,
    PSP_THREAD_KILLED,
}

Variants

PSP_THREAD_RUNNING
PSP_THREAD_READY
PSP_THREAD_WAITING
PSP_THREAD_SUSPEND
PSP_THREAD_STOPPED
PSP_THREAD_KILLED

Trait Implementations

impl Clone for PspThreadStatus[src]

impl Copy for PspThreadStatus[src]

impl Debug for PspThreadStatus[src]

impl Eq for PspThreadStatus[src]

impl Hash for PspThreadStatus[src]

impl PartialEq<PspThreadStatus> for PspThreadStatus[src]

impl StructuralEq for PspThreadStatus[src]

impl StructuralPartialEq for PspThreadStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.