pub struct MinMax {
pub min: f64,
pub max: f64,
}Expand description
{ min: number; max: number }.
Fields§
§min: f64§max: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinMax
impl RefUnwindSafe for MinMax
impl Send for MinMax
impl Sync for MinMax
impl Unpin for MinMax
impl UnsafeUnpin for MinMax
impl UnwindSafe for MinMax
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