#[repr(C)]pub struct _thread {Show 13 fields
pub sp: *mut c_char,
pub status: thread_status_t,
pub priority: uint8_t,
pub pid: kernel_pid_t,
pub flags: thread_flags_t,
pub rq_entry: clist_node_t,
pub wait_data: *mut c_void,
pub msg_waiters: list_node_t,
pub msg_queue: cib_t,
pub msg_array: *mut msg_t,
pub stack_start: *mut c_char,
pub name: *const c_char,
pub stack_size: c_int,
}
Fields§
§sp: *mut c_char
§status: thread_status_t
§priority: uint8_t
§pid: kernel_pid_t
§flags: thread_flags_t
§rq_entry: clist_node_t
§wait_data: *mut c_void
§msg_waiters: list_node_t
§msg_queue: cib_t
§msg_array: *mut msg_t
§stack_start: *mut c_char
§name: *const c_char
§stack_size: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _thread
impl RefUnwindSafe for _thread
impl !Send for _thread
impl !Sync for _thread
impl Unpin for _thread
impl UnwindSafe for _thread
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 52 bytes