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