#[repr(C)]pub struct EcsMetricValue {
pub value: f64,
}Fields§
§value: f64Trait Implementations§
Source§impl Clone for EcsMetricValue
impl Clone for EcsMetricValue
Source§fn clone(&self) -> EcsMetricValue
fn clone(&self) -> EcsMetricValue
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 Debug for EcsMetricValue
impl Debug for EcsMetricValue
impl Copy for EcsMetricValue
Auto Trait Implementations§
impl Freeze for EcsMetricValue
impl RefUnwindSafe for EcsMetricValue
impl Send for EcsMetricValue
impl Sync for EcsMetricValue
impl Unpin for EcsMetricValue
impl UnwindSafe for EcsMetricValue
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