#[repr(C)]pub struct InfoTS {
pub smhdr: SubmessageHeader_t,
pub time: ddsi_time_t,
}
Fields§
§smhdr: SubmessageHeader_t
§time: ddsi_time_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoTS
impl RefUnwindSafe for InfoTS
impl Send for InfoTS
impl Sync for InfoTS
impl Unpin for InfoTS
impl UnwindSafe for InfoTS
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