pub struct TimeSampling {
pub sampling_type: TimeSamplingType,
pub samples: Vec<f64>,
}
Fields§
§sampling_type: TimeSamplingType
§samples: Vec<f64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeSampling
impl RefUnwindSafe for TimeSampling
impl Send for TimeSampling
impl Sync for TimeSampling
impl Unpin for TimeSampling
impl UnwindSafe for TimeSampling
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