Struct omnisensor::threshold::Threshold
source · [−]pub struct Threshold {
bounds: [ThresholdBound; 2],
}
Expand description
A threshold of a single severity (lower and upper bounds).
Fields
bounds: [ThresholdBound; 2]
The lower and upper bounds for a single severity level.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Threshold
impl Send for Threshold
impl Sync for Threshold
impl Unpin for Threshold
impl !UnwindSafe for Threshold
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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