#[repr(C)]pub struct Data_DataFrag_common {
pub smhdr: SubmessageHeader_t,
pub extraFlags: u16,
pub octetsToInlineQos: u16,
pub readerId: ddsi_entityid_t,
pub writerId: ddsi_entityid_t,
pub writerSN: nn_sequence_number_t,
}
Fields§
§smhdr: SubmessageHeader_t
§extraFlags: u16
§octetsToInlineQos: u16
§readerId: ddsi_entityid_t
§writerId: ddsi_entityid_t
§writerSN: nn_sequence_number_t
Trait Implementations§
Source§impl Clone for Data_DataFrag_common
impl Clone for Data_DataFrag_common
Source§fn clone(&self) -> Data_DataFrag_common
fn clone(&self) -> Data_DataFrag_common
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 moreimpl Copy for Data_DataFrag_common
Auto Trait Implementations§
impl Freeze for Data_DataFrag_common
impl RefUnwindSafe for Data_DataFrag_common
impl Send for Data_DataFrag_common
impl Sync for Data_DataFrag_common
impl Unpin for Data_DataFrag_common
impl UnwindSafe for Data_DataFrag_common
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