#[repr(C)]
pub struct ThreadType {
Show 17 fields pub _0: [u8; 64], pub State: u32, pub _44: bool, pub _45: bool, pub _46: u8, pub PriorityBase: u32, pub StackBase: *mut c_void, pub Stack: *mut c_void, pub StackSize: u64, pub Arg: *mut c_void, pub ThreadFunc: u64, pub _88: [u8; 256], pub Name: [u8; 32], pub Crit: InternalCriticalSection, pub Condvar: InternalConditionVariable, pub Handle: u32, pub padding: [u8; 24],
}

Fields

_0: [u8; 64]State: u32_44: bool_45: bool_46: u8PriorityBase: u32StackBase: *mut c_voidStack: *mut c_voidStackSize: u64Arg: *mut c_voidThreadFunc: u64_88: [u8; 256]Name: [u8; 32]Crit: InternalCriticalSectionCondvar: InternalConditionVariableHandle: u32padding: [u8; 24]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.