#[repr(C)]pub struct dds_sample_lost_status {
pub total_count: u32,
pub total_count_change: i32,
}
Fields§
§total_count: u32
§total_count_change: i32
Trait Implementations§
Source§impl Clone for dds_sample_lost_status
impl Clone for dds_sample_lost_status
Source§fn clone(&self) -> dds_sample_lost_status
fn clone(&self) -> dds_sample_lost_status
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 moreSource§impl Debug for dds_sample_lost_status
impl Debug for dds_sample_lost_status
impl Copy for dds_sample_lost_status
Auto Trait Implementations§
impl Freeze for dds_sample_lost_status
impl RefUnwindSafe for dds_sample_lost_status
impl Send for dds_sample_lost_status
impl Sync for dds_sample_lost_status
impl Unpin for dds_sample_lost_status
impl UnwindSafe for dds_sample_lost_status
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