#[repr(C)]pub struct epicsTimeStamp {
pub secPastEpoch: epicsUInt32,
pub nsec: epicsUInt32,
}Fields§
§secPastEpoch: epicsUInt32§nsec: epicsUInt32Trait Implementations§
Source§impl Clone for epicsTimeStamp
impl Clone for epicsTimeStamp
Source§fn clone(&self) -> epicsTimeStamp
fn clone(&self) -> epicsTimeStamp
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 epicsTimeStamp
impl Debug for epicsTimeStamp
impl Copy for epicsTimeStamp
Auto Trait Implementations§
impl Freeze for epicsTimeStamp
impl RefUnwindSafe for epicsTimeStamp
impl Send for epicsTimeStamp
impl Sync for epicsTimeStamp
impl Unpin for epicsTimeStamp
impl UnwindSafe for epicsTimeStamp
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