#[repr(transparent)]pub struct InstantBoot(pub i64);Expand description
Boot timeline instant in nanoseconds.
Tuple Fields§
§0: i64Trait Implementations§
Source§impl Clone for InstantBoot
impl Clone for InstantBoot
Source§fn clone(&self) -> InstantBoot
fn clone(&self) -> InstantBoot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InstantBoot
Source§impl Debug for InstantBoot
impl Debug for InstantBoot
Source§impl Default for InstantBoot
impl Default for InstantBoot
Source§fn default() -> InstantBoot
fn default() -> InstantBoot
Returns the “default value” for a type. Read more
impl Eq for InstantBoot
Source§impl Hash for InstantBoot
impl Hash for InstantBoot
Source§impl Ord for InstantBoot
impl Ord for InstantBoot
Source§fn cmp(&self, other: &InstantBoot) -> Ordering
fn cmp(&self, other: &InstantBoot) -> Ordering
1.21.0 (const: unstable)§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 InstantBoot
impl PartialEq for InstantBoot
Source§impl PartialOrd for InstantBoot
impl PartialOrd for InstantBoot
impl StructuralPartialEq for InstantBoot
Auto Trait Implementations§
impl Freeze for InstantBoot
impl RefUnwindSafe for InstantBoot
impl Send for InstantBoot
impl Sync for InstantBoot
impl Unpin for InstantBoot
impl UnsafeUnpin for InstantBoot
impl UnwindSafe for InstantBoot
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)