pub struct ThreadDescriptor {
pub tid: ThreadId,
pub stack: Stack,
pub timing: Timing,
}Fields§
§tid: ThreadId§stack: Stack§timing: TimingAuto Trait Implementations§
impl Freeze for ThreadDescriptor
impl RefUnwindSafe for ThreadDescriptor
impl Send for ThreadDescriptor
impl Sync for ThreadDescriptor
impl Unpin for ThreadDescriptor
impl UnwindSafe for ThreadDescriptor
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