pub struct SchedulerTimestamp(/* private fields */);Expand description
One absolute timestamp in the wrapping per-runqueue clock domain.
Implementations§
Trait Implementations§
Source§impl Clone for SchedulerTimestamp
impl Clone for SchedulerTimestamp
Source§fn clone(&self) -> SchedulerTimestamp
fn clone(&self) -> SchedulerTimestamp
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 SchedulerTimestamp
Source§impl Debug for SchedulerTimestamp
impl Debug for SchedulerTimestamp
impl Eq for SchedulerTimestamp
Source§impl Ord for SchedulerTimestamp
impl Ord for SchedulerTimestamp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SchedulerTimestamp
impl PartialEq for SchedulerTimestamp
Source§impl PartialOrd for SchedulerTimestamp
impl PartialOrd for SchedulerTimestamp
impl StructuralPartialEq for SchedulerTimestamp
Auto Trait Implementations§
impl Freeze for SchedulerTimestamp
impl RefUnwindSafe for SchedulerTimestamp
impl Send for SchedulerTimestamp
impl Sync for SchedulerTimestamp
impl Unpin for SchedulerTimestamp
impl UnsafeUnpin for SchedulerTimestamp
impl UnwindSafe for SchedulerTimestamp
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