#[repr(C)]pub struct BaseMetric_v2 {
pub baseversion: u32,
pub mTimestamp: u64,
pub minValue: f64,
pub maxValue: f64,
pub avgValue: f64,
pub stdDeviation: f64,
}
Fields§
§baseversion: u32
§mTimestamp: u64
§minValue: f64
§maxValue: f64
§avgValue: f64
§stdDeviation: f64
Implementations§
Source§impl BaseMetric_v2
impl BaseMetric_v2
pub fn BaseMetric_v2() -> Self
Trait Implementations§
Source§impl Clone for BaseMetric_v2
impl Clone for BaseMetric_v2
Source§fn clone(&self) -> BaseMetric_v2
fn clone(&self) -> BaseMetric_v2
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 BaseMetric_v2
impl Debug for BaseMetric_v2
impl Copy for BaseMetric_v2
Auto Trait Implementations§
impl Freeze for BaseMetric_v2
impl RefUnwindSafe for BaseMetric_v2
impl Send for BaseMetric_v2
impl Sync for BaseMetric_v2
impl Unpin for BaseMetric_v2
impl UnwindSafe for BaseMetric_v2
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