Struct zx::MonotonicTimeline
source · pub struct MonotonicTimeline;
Expand description
A marker type for the system’s monotonic timeline which pauses during suspend.
Trait Implementations§
source§impl Clone for MonotonicTimeline
impl Clone for MonotonicTimeline
source§fn clone(&self) -> MonotonicTimeline
fn clone(&self) -> MonotonicTimeline
Returns a copy 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 MonotonicTimeline
impl Debug for MonotonicTimeline
source§impl Default for MonotonicTimeline
impl Default for MonotonicTimeline
source§fn default() -> MonotonicTimeline
fn default() -> MonotonicTimeline
Returns the “default value” for a type. Read more
source§impl Hash for MonotonicTimeline
impl Hash for MonotonicTimeline
source§impl Ord for MonotonicTimeline
impl Ord for MonotonicTimeline
source§fn cmp(&self, other: &MonotonicTimeline) -> Ordering
fn cmp(&self, other: &MonotonicTimeline) -> Ordering
1.21.0 · 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
source§impl PartialEq for MonotonicTimeline
impl PartialEq for MonotonicTimeline
source§fn eq(&self, other: &MonotonicTimeline) -> bool
fn eq(&self, other: &MonotonicTimeline) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MonotonicTimeline
impl PartialOrd for MonotonicTimeline
source§fn partial_cmp(&self, other: &MonotonicTimeline) -> Option<Ordering>
fn partial_cmp(&self, other: &MonotonicTimeline) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MonotonicTimeline
impl Eq for MonotonicTimeline
impl StructuralPartialEq for MonotonicTimeline
impl Timeline for MonotonicTimeline
Auto Trait Implementations§
impl Freeze for MonotonicTimeline
impl RefUnwindSafe for MonotonicTimeline
impl Send for MonotonicTimeline
impl Sync for MonotonicTimeline
impl Unpin for MonotonicTimeline
impl UnwindSafe for MonotonicTimeline
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)