#[repr(C)]pub struct tagCANTPTimestamp {
pub millis: DWORD,
pub millis_overflow: WORD,
pub micros: WORD,
}Fields§
§millis: DWORD§millis_overflow: WORD§micros: WORDTrait Implementations§
Source§impl Clone for tagCANTPTimestamp
impl Clone for tagCANTPTimestamp
Source§fn clone(&self) -> tagCANTPTimestamp
fn clone(&self) -> tagCANTPTimestamp
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 tagCANTPTimestamp
impl Debug for tagCANTPTimestamp
impl Copy for tagCANTPTimestamp
Auto Trait Implementations§
impl Freeze for tagCANTPTimestamp
impl RefUnwindSafe for tagCANTPTimestamp
impl Send for tagCANTPTimestamp
impl Sync for tagCANTPTimestamp
impl Unpin for tagCANTPTimestamp
impl UnwindSafe for tagCANTPTimestamp
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