#[repr(C)]pub struct dds_stat_keyvalue {
pub name: *const c_char,
pub kind: dds_stat_kind,
pub u: dds_stat_keyvalue__bindgen_ty_1,
}Expand description
@brief KeyValue statistics entry @ingroup statistics
Fields§
§name: *const c_char< name, memory owned by library
kind: dds_stat_kind< value type
u: dds_stat_keyvalue__bindgen_ty_1< value
Trait Implementations§
Source§impl Clone for dds_stat_keyvalue
impl Clone for dds_stat_keyvalue
Source§fn clone(&self) -> dds_stat_keyvalue
fn clone(&self) -> dds_stat_keyvalue
Returns a duplicate 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 Default for dds_stat_keyvalue
impl Default for dds_stat_keyvalue
impl Copy for dds_stat_keyvalue
Auto Trait Implementations§
impl Freeze for dds_stat_keyvalue
impl RefUnwindSafe for dds_stat_keyvalue
impl !Send for dds_stat_keyvalue
impl !Sync for dds_stat_keyvalue
impl Unpin for dds_stat_keyvalue
impl UnsafeUnpin for dds_stat_keyvalue
impl UnwindSafe for dds_stat_keyvalue
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