pub struct ContinuousSamplingState<MeasurementType> { /* private fields */ }Expand description
Continuous sampling state of the SDP8xx
Trait Implementations§
Auto Trait Implementations§
impl<MeasurementType> Freeze for ContinuousSamplingState<MeasurementType>
impl<MeasurementType> RefUnwindSafe for ContinuousSamplingState<MeasurementType>where
MeasurementType: RefUnwindSafe,
impl<MeasurementType> Send for ContinuousSamplingState<MeasurementType>where
MeasurementType: Send,
impl<MeasurementType> Sync for ContinuousSamplingState<MeasurementType>where
MeasurementType: Sync,
impl<MeasurementType> Unpin for ContinuousSamplingState<MeasurementType>where
MeasurementType: Unpin,
impl<MeasurementType> UnwindSafe for ContinuousSamplingState<MeasurementType>where
MeasurementType: UnwindSafe,
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