pub struct MiniBarThresholds {
pub high: f64,
pub mid: f64,
pub low: f64,
}Expand description
Thresholds for mapping values to colors.
Fields§
§high: f64§mid: f64§low: f64Trait Implementations§
Source§impl Clone for MiniBarThresholds
impl Clone for MiniBarThresholds
Source§fn clone(&self) -> MiniBarThresholds
fn clone(&self) -> MiniBarThresholds
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 MiniBarThresholds
impl Debug for MiniBarThresholds
Source§impl Default for MiniBarThresholds
impl Default for MiniBarThresholds
impl Copy for MiniBarThresholds
Auto Trait Implementations§
impl Freeze for MiniBarThresholds
impl RefUnwindSafe for MiniBarThresholds
impl Send for MiniBarThresholds
impl Sync for MiniBarThresholds
impl Unpin for MiniBarThresholds
impl UnsafeUnpin for MiniBarThresholds
impl UnwindSafe for MiniBarThresholds
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