pub struct TimesTicks {
pub times: Times,
pub ticks: u64,
}Fields§
§times: Times§ticks: u64Number of clock ticks since some arbitrary point in the past.
Trait Implementations§
Source§impl Clone for TimesTicks
impl Clone for TimesTicks
Source§fn clone(&self) -> TimesTicks
fn clone(&self) -> TimesTicks
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 moreimpl Copy for TimesTicks
Source§impl Debug for TimesTicks
impl Debug for TimesTicks
Source§impl Default for TimesTicks
impl Default for TimesTicks
Source§fn default() -> TimesTicks
fn default() -> TimesTicks
Returns the “default value” for a type. Read more
impl Eq for TimesTicks
Source§impl PartialEq for TimesTicks
impl PartialEq for TimesTicks
impl StructuralPartialEq for TimesTicks
Auto Trait Implementations§
impl Freeze for TimesTicks
impl RefUnwindSafe for TimesTicks
impl Send for TimesTicks
impl Sync for TimesTicks
impl Unpin for TimesTicks
impl UnsafeUnpin for TimesTicks
impl UnwindSafe for TimesTicks
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