struct RunningTask {
tid: i32,
comm: String,
hint: u64,
}Fields§
§tid: i32§comm: String§hint: u64Trait Implementations§
Source§impl Clone for RunningTask
impl Clone for RunningTask
Source§fn clone(&self) -> RunningTask
fn clone(&self) -> RunningTask
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RunningTask
impl RefUnwindSafe for RunningTask
impl Send for RunningTask
impl Sync for RunningTask
impl Unpin for RunningTask
impl UnsafeUnpin for RunningTask
impl UnwindSafe for RunningTask
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