#[repr(C, align(16))]pub struct thread_info {
pub id: thread_id,
pub tcb: *mut c_void,
pub objid: objid,
}Fields§
§id: thread_id§tcb: *mut c_void§objid: objidTrait Implementations§
Source§impl Clone for thread_info
impl Clone for thread_info
Source§fn clone(&self) -> thread_info
fn clone(&self) -> thread_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for thread_info
impl Debug for thread_info
Source§impl Default for thread_info
impl Default for thread_info
impl Copy for thread_info
Auto Trait Implementations§
impl Freeze for thread_info
impl RefUnwindSafe for thread_info
impl !Send for thread_info
impl StoreCopy for thread_info
impl !Sync for thread_info
impl Unpin for thread_info
impl UnwindSafe for thread_info
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