pub struct NtTimeStamp {
pub seconds_past_epoch: i64,
pub nanoseconds: i32,
pub user_tag: i32,
}Fields§
§seconds_past_epoch: i64§nanoseconds: i32§user_tag: i32Trait Implementations§
Source§impl Clone for NtTimeStamp
impl Clone for NtTimeStamp
Source§fn clone(&self) -> NtTimeStamp
fn clone(&self) -> NtTimeStamp
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 NtTimeStamp
impl Debug for NtTimeStamp
Source§impl Default for NtTimeStamp
impl Default for NtTimeStamp
Source§fn default() -> NtTimeStamp
fn default() -> NtTimeStamp
Returns the “default value” for a type. Read more
Source§impl PartialEq for NtTimeStamp
impl PartialEq for NtTimeStamp
impl Eq for NtTimeStamp
impl StructuralPartialEq for NtTimeStamp
Auto Trait Implementations§
impl Freeze for NtTimeStamp
impl RefUnwindSafe for NtTimeStamp
impl Send for NtTimeStamp
impl Sync for NtTimeStamp
impl Unpin for NtTimeStamp
impl UnsafeUnpin for NtTimeStamp
impl UnwindSafe for NtTimeStamp
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