#[repr(transparent)]pub struct MicroSeconds(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for MicroSeconds
impl Clone for MicroSeconds
source§fn clone(&self) -> MicroSeconds
fn clone(&self) -> MicroSeconds
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 MicroSeconds
impl Debug for MicroSeconds
source§impl PartialEq for MicroSeconds
impl PartialEq for MicroSeconds
impl Copy for MicroSeconds
impl StructuralPartialEq for MicroSeconds
Auto Trait Implementations§
impl Freeze for MicroSeconds
impl ObjSafe for MicroSeconds
impl RefUnwindSafe for MicroSeconds
impl Send for MicroSeconds
impl Sync for MicroSeconds
impl Unpin for MicroSeconds
impl UnwindSafe for MicroSeconds
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§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
)