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