pub struct DensityRange {
pub min: Scalar,
pub max: Scalar,
}Fields§
§min: Scalar§max: ScalarImplementations§
Source§impl DensityRange
impl DensityRange
Trait Implementations§
Source§impl Add for DensityRange
impl Add for DensityRange
Source§impl AddAssign for DensityRange
impl AddAssign for DensityRange
Source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+= operation. Read moreSource§impl Clone for DensityRange
impl Clone for DensityRange
Source§fn clone(&self) -> DensityRange
fn clone(&self) -> DensityRange
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 DensityRange
impl Debug for DensityRange
Source§impl Default for DensityRange
impl Default for DensityRange
Source§fn default() -> DensityRange
fn default() -> DensityRange
Returns the “default value” for a type. Read more
Source§impl Div<f32> for DensityRange
impl Div<f32> for DensityRange
Source§impl Div for DensityRange
impl Div for DensityRange
Source§impl DivAssign<f32> for DensityRange
impl DivAssign<f32> for DensityRange
Source§fn div_assign(&mut self, scalar: Scalar)
fn div_assign(&mut self, scalar: Scalar)
Performs the
/= operation. Read moreSource§impl DivAssign for DensityRange
impl DivAssign for DensityRange
Source§fn div_assign(&mut self, other: Self)
fn div_assign(&mut self, other: Self)
Performs the
/= operation. Read moreSource§impl Mul<f32> for DensityRange
impl Mul<f32> for DensityRange
Source§impl Mul for DensityRange
impl Mul for DensityRange
Source§impl MulAssign<f32> for DensityRange
impl MulAssign<f32> for DensityRange
Source§fn mul_assign(&mut self, scalar: Scalar)
fn mul_assign(&mut self, scalar: Scalar)
Performs the
*= operation. Read moreSource§impl MulAssign for DensityRange
impl MulAssign for DensityRange
Source§fn mul_assign(&mut self, other: Self)
fn mul_assign(&mut self, other: Self)
Performs the
*= operation. Read moreSource§impl PartialEq for DensityRange
impl PartialEq for DensityRange
Source§impl Sub for DensityRange
impl Sub for DensityRange
Source§impl SubAssign for DensityRange
impl SubAssign for DensityRange
Source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Performs the
-= operation. Read moreimpl Copy for DensityRange
impl StructuralPartialEq for DensityRange
Auto Trait Implementations§
impl Freeze for DensityRange
impl RefUnwindSafe for DensityRange
impl Send for DensityRange
impl Sync for DensityRange
impl Unpin for DensityRange
impl UnwindSafe for DensityRange
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