#[repr(C)]pub struct iceoryx_header {
pub guid: ddsi_guid,
pub tstamp: dds_time_t,
pub statusinfo: u32,
pub data_size: u32,
pub data_kind: c_uchar,
pub keyhash: ddsi_keyhash_t,
pub shm_data_state: iox_shm_data_state_t,
}Fields§
§guid: ddsi_guid§tstamp: dds_time_t§statusinfo: u32§data_size: u32§data_kind: c_uchar§keyhash: ddsi_keyhash_t§shm_data_state: iox_shm_data_state_tTrait Implementations§
Source§impl Clone for iceoryx_header
impl Clone for iceoryx_header
Source§fn clone(&self) -> iceoryx_header
fn clone(&self) -> iceoryx_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 moreSource§impl Default for iceoryx_header
impl Default for iceoryx_header
impl Copy for iceoryx_header
Auto Trait Implementations§
impl Freeze for iceoryx_header
impl RefUnwindSafe for iceoryx_header
impl Send for iceoryx_header
impl Sync for iceoryx_header
impl Unpin for iceoryx_header
impl UnwindSafe for iceoryx_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