#[repr(C)]pub struct ss_plugin_metric {
pub name: *const c_char,
pub type_: ss_plugin_metric_type,
pub value: ss_plugin_metric_value,
pub value_type: ss_plugin_metric_value_type,
}
Fields§
§name: *const c_char
§type_: ss_plugin_metric_type
§value: ss_plugin_metric_value
§value_type: ss_plugin_metric_value_type
Trait Implementations§
Source§impl Clone for ss_plugin_metric
impl Clone for ss_plugin_metric
Source§fn clone(&self) -> ss_plugin_metric
fn clone(&self) -> ss_plugin_metric
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 ss_plugin_metric
Auto Trait Implementations§
impl Freeze for ss_plugin_metric
impl RefUnwindSafe for ss_plugin_metric
impl !Send for ss_plugin_metric
impl !Sync for ss_plugin_metric
impl Unpin for ss_plugin_metric
impl UnwindSafe for ss_plugin_metric
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