#[repr(C)]pub struct dds_statistics {
pub entity: dds_entity_t,
pub opaque: u64,
pub time: dds_time_t,
pub count: usize,
pub kv: __IncompleteArrayField<dds_stat_keyvalue>,
}Expand description
@brief Statistics container @ingroup statistics
Fields§
§entity: dds_entity_t< handle of entity to which this set of values applies
opaque: u64< internal data
time: dds_time_t< time stamp of latest call to dds_refresh_statistics()
count: usize< number of key-value pairs
kv: __IncompleteArrayField<dds_stat_keyvalue>< data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dds_statistics
impl RefUnwindSafe for dds_statistics
impl !Send for dds_statistics
impl !Sync for dds_statistics
impl Unpin for dds_statistics
impl UnsafeUnpin for dds_statistics
impl UnwindSafe for dds_statistics
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