pub struct ThreadDetails {
pub id: u32,
pub state: ThreadState,
pub context: CpuContext,
}Fields§
§id: u32§state: ThreadState§context: CpuContextAuto Trait Implementations§
impl Freeze for ThreadDetails
impl RefUnwindSafe for ThreadDetails
impl Send for ThreadDetails
impl Sync for ThreadDetails
impl Unpin for ThreadDetails
impl UnsafeUnpin for ThreadDetails
impl UnwindSafe for ThreadDetails
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