pub struct ClockResolution {
pub clock: ClockType,
pub resolution_ns: u64,
}Fields§
§clock: ClockType§resolution_ns: u64Trait Implementations§
Source§impl Clone for ClockResolution
impl Clone for ClockResolution
Source§fn clone(&self) -> ClockResolution
fn clone(&self) -> ClockResolution
Returns a duplicate 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 ClockResolution
impl Debug for ClockResolution
Source§impl PartialEq for ClockResolution
impl PartialEq for ClockResolution
impl Copy for ClockResolution
impl Eq for ClockResolution
impl StructuralPartialEq for ClockResolution
Auto Trait Implementations§
impl Freeze for ClockResolution
impl RefUnwindSafe for ClockResolution
impl Send for ClockResolution
impl Sync for ClockResolution
impl Unpin for ClockResolution
impl UnwindSafe for ClockResolution
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