Struct zx::SyntheticTimeline
source · pub struct SyntheticTimeline;
Expand description
A marker type representing a synthetic timeline defined by a kernel clock object.
Trait Implementations§
source§impl Clone for SyntheticTimeline
impl Clone for SyntheticTimeline
source§fn clone(&self) -> SyntheticTimeline
fn clone(&self) -> SyntheticTimeline
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 SyntheticTimeline
impl Debug for SyntheticTimeline
source§impl Default for SyntheticTimeline
impl Default for SyntheticTimeline
source§fn default() -> SyntheticTimeline
fn default() -> SyntheticTimeline
Returns the “default value” for a type. Read more
source§impl Hash for SyntheticTimeline
impl Hash for SyntheticTimeline
source§impl Ord for SyntheticTimeline
impl Ord for SyntheticTimeline
source§fn cmp(&self, other: &SyntheticTimeline) -> Ordering
fn cmp(&self, other: &SyntheticTimeline) -> 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 SyntheticTimeline
impl PartialEq for SyntheticTimeline
source§fn eq(&self, other: &SyntheticTimeline) -> bool
fn eq(&self, other: &SyntheticTimeline) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SyntheticTimeline
impl PartialOrd for SyntheticTimeline
source§fn partial_cmp(&self, other: &SyntheticTimeline) -> Option<Ordering>
fn partial_cmp(&self, other: &SyntheticTimeline) -> 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 SyntheticTimeline
impl Eq for SyntheticTimeline
impl StructuralPartialEq for SyntheticTimeline
impl Timeline for SyntheticTimeline
Auto Trait Implementations§
impl Freeze for SyntheticTimeline
impl RefUnwindSafe for SyntheticTimeline
impl Send for SyntheticTimeline
impl Sync for SyntheticTimeline
impl Unpin for SyntheticTimeline
impl UnwindSafe for SyntheticTimeline
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
)