Struct get_sys_info::data::DelayedMeasurement
source · [−]pub struct DelayedMeasurement<T> { /* private fields */ }Expand description
A wrapper for a measurement that takes time.
Time should pass between getting the object and calling .done() on it.
Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for DelayedMeasurement<T>
impl<T> Send for DelayedMeasurement<T>
impl<T> !Sync for DelayedMeasurement<T>
impl<T> Unpin for DelayedMeasurement<T>
impl<T> !UnwindSafe for DelayedMeasurement<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more