pub struct Length { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> AddAssign<&Length> for &mut Length
impl<'a> AddAssign<&Length> for &mut Length
Source§fn add_assign(&mut self, rhs: &Length)
fn add_assign(&mut self, rhs: &Length)
Performs the
+=
operation. Read moreSource§impl<'a> AddAssign<&Length> for Length
impl<'a> AddAssign<&Length> for Length
Source§fn add_assign(&mut self, rhs: &Length)
fn add_assign(&mut self, rhs: &Length)
Performs the
+=
operation. Read moreSource§impl<'a> AddAssign<&mut Length> for &mut Length
impl<'a> AddAssign<&mut Length> for &mut Length
Source§fn add_assign(&mut self, rhs: &mut Length)
fn add_assign(&mut self, rhs: &mut Length)
Performs the
+=
operation. Read moreSource§impl<'a> AddAssign<&mut Length> for Length
impl<'a> AddAssign<&mut Length> for Length
Source§fn add_assign(&mut self, rhs: &mut Length)
fn add_assign(&mut self, rhs: &mut Length)
Performs the
+=
operation. Read moreSource§impl<'a> AddAssign<Length> for &mut Length
impl<'a> AddAssign<Length> for &mut Length
Source§fn add_assign(&mut self, rhs: Length)
fn add_assign(&mut self, rhs: Length)
Performs the
+=
operation. Read moreSource§impl<'a> AddAssign for Length
impl<'a> AddAssign for Length
Source§fn add_assign(&mut self, rhs: Length)
fn add_assign(&mut self, rhs: Length)
Performs the
+=
operation. Read moreSource§impl<'a> DivAssign<f64> for &mut Length
impl<'a> DivAssign<f64> for &mut Length
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/=
operation. Read moreSource§impl<'a> DivAssign<f64> for Length
impl<'a> DivAssign<f64> for Length
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/=
operation. Read moreSource§impl<'a> MulAssign<f64> for &mut Length
impl<'a> MulAssign<f64> for &mut Length
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*=
operation. Read moreSource§impl<'a> MulAssign<f64> for Length
impl<'a> MulAssign<f64> for Length
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*=
operation. Read moreSource§impl Ord for Length
impl Ord for Length
Source§impl PartialOrd for Length
impl PartialOrd for Length
Source§impl<'a> SubAssign<&Length> for &mut Length
impl<'a> SubAssign<&Length> for &mut Length
Source§fn sub_assign(&mut self, rhs: &Length)
fn sub_assign(&mut self, rhs: &Length)
Performs the
-=
operation. Read moreSource§impl<'a> SubAssign<&Length> for Length
impl<'a> SubAssign<&Length> for Length
Source§fn sub_assign(&mut self, rhs: &Length)
fn sub_assign(&mut self, rhs: &Length)
Performs the
-=
operation. Read moreSource§impl<'a> SubAssign<&mut Length> for &mut Length
impl<'a> SubAssign<&mut Length> for &mut Length
Source§fn sub_assign(&mut self, rhs: &mut Length)
fn sub_assign(&mut self, rhs: &mut Length)
Performs the
-=
operation. Read moreSource§impl<'a> SubAssign<&mut Length> for Length
impl<'a> SubAssign<&mut Length> for Length
Source§fn sub_assign(&mut self, rhs: &mut Length)
fn sub_assign(&mut self, rhs: &mut Length)
Performs the
-=
operation. Read moreSource§impl<'a> SubAssign<Length> for &mut Length
impl<'a> SubAssign<Length> for &mut Length
Source§fn sub_assign(&mut self, rhs: Length)
fn sub_assign(&mut self, rhs: Length)
Performs the
-=
operation. Read moreSource§impl<'a> SubAssign for Length
impl<'a> SubAssign for Length
Source§fn sub_assign(&mut self, rhs: Length)
fn sub_assign(&mut self, rhs: Length)
Performs the
-=
operation. Read moreSource§impl Unit<LengthUnits> for &Length
impl Unit<LengthUnits> for &Length
Source§impl Unit<LengthUnits> for &mut Length
impl Unit<LengthUnits> for &mut Length
Source§impl Unit<LengthUnits> for Length
impl Unit<LengthUnits> for Length
Source§impl UnitStruct<LengthUnits> for &Length
impl UnitStruct<LengthUnits> for &Length
Source§impl UnitStruct<LengthUnits> for &mut Length
impl UnitStruct<LengthUnits> for &mut Length
Source§impl UnitStruct<LengthUnits> for Length
impl UnitStruct<LengthUnits> for Length
impl Copy for Length
impl Eq for Length
Auto Trait Implementations§
impl Freeze for Length
impl RefUnwindSafe for Length
impl Send for Length
impl Sync for Length
impl Unpin for Length
impl UnwindSafe for Length
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