pub struct Quarter(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl<T: Volume + Unit> AddAssign<&T> for Quarter
impl<T: Volume + Unit> AddAssign<&T> for Quarter
Source§fn add_assign(&mut self, other: &T)
fn add_assign(&mut self, other: &T)
Performs the
+= operation. Read moreSource§impl DivAssign<f64> for Quarter
impl DivAssign<f64> for Quarter
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/= operation. Read moreSource§impl MulAssign<f64> for Quarter
impl MulAssign<f64> for Quarter
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*= operation. Read moreSource§impl PartialOrd for Quarter
impl PartialOrd for Quarter
Source§impl<T: Volume + Unit> SubAssign<&T> for Quarter
impl<T: Volume + Unit> SubAssign<&T> for Quarter
Source§fn sub_assign(&mut self, other: &T)
fn sub_assign(&mut self, other: &T)
Performs the
-= operation. Read moreSource§impl Unit for Quarter
impl Unit for Quarter
Source§impl Volume for Quarter
impl Volume for Quarter
Source§fn divide_length(&self, rhs: &dyn Length) -> SquareMeter
fn divide_length(&self, rhs: &dyn Length) -> SquareMeter
Divide a unit of volume by a unit of length
Source§fn divide_area(&self, rhs: &dyn Area) -> Meter
fn divide_area(&self, rhs: &dyn Area) -> Meter
Divide a unit of volume by a unit of area
impl Copy for Quarter
impl StructuralPartialEq for Quarter
Auto Trait Implementations§
impl Freeze for Quarter
impl RefUnwindSafe for Quarter
impl Send for Quarter
impl Sync for Quarter
impl Unpin for Quarter
impl UnwindSafe for Quarter
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