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