#[repr(C)]pub struct ddsi_rtps_header {
pub protocol: ddsi_protocolid_t,
pub version: ddsi_protocol_version_t,
pub vendorid: ddsi_vendorid_t,
pub guid_prefix: ddsi_guid_prefix_t,
}Fields§
§protocol: ddsi_protocolid_t§version: ddsi_protocol_version_t§vendorid: ddsi_vendorid_t§guid_prefix: ddsi_guid_prefix_tTrait Implementations§
Source§impl Clone for ddsi_rtps_header
impl Clone for ddsi_rtps_header
Source§fn clone(&self) -> ddsi_rtps_header
fn clone(&self) -> ddsi_rtps_header
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 moreimpl Copy for ddsi_rtps_header
Auto Trait Implementations§
impl Freeze for ddsi_rtps_header
impl RefUnwindSafe for ddsi_rtps_header
impl Send for ddsi_rtps_header
impl Sync for ddsi_rtps_header
impl Unpin for ddsi_rtps_header
impl UnwindSafe for ddsi_rtps_header
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