pub struct ThreadTime {
pub last: Duration,
pub clk_id: c_int,
}
Fields§
§last: Duration
§clk_id: c_int
Implementations§
Trait Implementations§
Source§impl Clone for ThreadTime
impl Clone for ThreadTime
Source§fn clone(&self) -> ThreadTime
fn clone(&self) -> ThreadTime
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 ThreadTime
impl Debug for ThreadTime
Source§impl Hash for ThreadTime
impl Hash for ThreadTime
Source§impl PartialEq for ThreadTime
impl PartialEq for ThreadTime
impl Copy for ThreadTime
impl Eq for ThreadTime
impl StructuralPartialEq for ThreadTime
Auto Trait Implementations§
impl Freeze for ThreadTime
impl RefUnwindSafe for ThreadTime
impl Send for ThreadTime
impl Sync for ThreadTime
impl Unpin for ThreadTime
impl UnwindSafe for ThreadTime
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