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