#[repr(C)]pub struct dds_inconsistent_topic_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_inconsistent_topic_status
impl Clone for dds_inconsistent_topic_status
Source§fn clone(&self) -> dds_inconsistent_topic_status
fn clone(&self) -> dds_inconsistent_topic_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 moreimpl Copy for dds_inconsistent_topic_status
Auto Trait Implementations§
impl Freeze for dds_inconsistent_topic_status
impl RefUnwindSafe for dds_inconsistent_topic_status
impl Send for dds_inconsistent_topic_status
impl Sync for dds_inconsistent_topic_status
impl Unpin for dds_inconsistent_topic_status
impl UnwindSafe for dds_inconsistent_topic_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