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 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 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§impl PartialOrd for SyntheticTimeline
 
impl PartialOrd for SyntheticTimeline
impl 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