#[repr(C)]pub struct ddsi_rtps_msg_len {
pub smhdr: ddsi_rtps_submessage_header_t,
pub length: u32,
}Fields§
§smhdr: ddsi_rtps_submessage_header_t§length: u32Trait Implementations§
Source§impl Clone for ddsi_rtps_msg_len
impl Clone for ddsi_rtps_msg_len
Source§fn clone(&self) -> ddsi_rtps_msg_len
fn clone(&self) -> ddsi_rtps_msg_len
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_msg_len
Source§impl Debug for ddsi_rtps_msg_len
impl Debug for ddsi_rtps_msg_len
Source§impl Default for ddsi_rtps_msg_len
impl Default for ddsi_rtps_msg_len
Source§fn default() -> ddsi_rtps_msg_len
fn default() -> ddsi_rtps_msg_len
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ddsi_rtps_msg_len
impl RefUnwindSafe for ddsi_rtps_msg_len
impl Send for ddsi_rtps_msg_len
impl Sync for ddsi_rtps_msg_len
impl Unpin for ddsi_rtps_msg_len
impl UnsafeUnpin for ddsi_rtps_msg_len
impl UnwindSafe for ddsi_rtps_msg_len
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