Struct rtps_parser::rtps::types::ChangeCount
source · pub struct ChangeCount { /* private fields */ }
Expand description
ChangeCount_t Type used to hold a counter representing the number of HistoryCache changes that belong to a certain category. For example, the number of changes that have been filtered for an RTPS Reader endpoint.
Auto Trait Implementations§
impl RefUnwindSafe for ChangeCount
impl Send for ChangeCount
impl Sync for ChangeCount
impl Unpin for ChangeCount
impl UnwindSafe for ChangeCount
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