pub struct CubicChain(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl<T: Volume + Unit> AddAssign<&T> for CubicChain
impl<T: Volume + Unit> AddAssign<&T> for CubicChain
Source§fn add_assign(&mut self, other: &T)
fn add_assign(&mut self, other: &T)
Performs the
+= operation. Read moreSource§impl Clone for CubicChain
impl Clone for CubicChain
Source§fn clone(&self) -> CubicChain
fn clone(&self) -> CubicChain
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 CubicChain
impl Debug for CubicChain
Source§impl Default for CubicChain
impl Default for CubicChain
Source§fn default() -> CubicChain
fn default() -> CubicChain
Returns the “default value” for a type. Read more
Source§impl Display for CubicChain
impl Display for CubicChain
Source§impl Div<f64> for CubicChain
impl Div<f64> for CubicChain
Source§impl DivAssign<f64> for CubicChain
impl DivAssign<f64> for CubicChain
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/= operation. Read moreSource§impl Mul<CubicChain> for f64
impl Mul<CubicChain> for f64
Source§type Output = CubicChain
type Output = CubicChain
The resulting type after applying the
* operator.Source§impl Mul<f64> for CubicChain
impl Mul<f64> for CubicChain
Source§impl MulAssign<f64> for CubicChain
impl MulAssign<f64> for CubicChain
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*= operation. Read moreSource§impl Neg for CubicChain
impl Neg for CubicChain
Source§impl PartialEq for CubicChain
impl PartialEq for CubicChain
Source§impl PartialOrd for CubicChain
impl PartialOrd for CubicChain
Source§impl<T: Volume + Unit> SubAssign<&T> for CubicChain
impl<T: Volume + Unit> SubAssign<&T> for CubicChain
Source§fn sub_assign(&mut self, other: &T)
fn sub_assign(&mut self, other: &T)
Performs the
-= operation. Read moreSource§impl Unit for CubicChain
impl Unit for CubicChain
Source§impl Volume for CubicChain
impl Volume for CubicChain
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 CubicChain
impl StructuralPartialEq for CubicChain
Auto Trait Implementations§
impl Freeze for CubicChain
impl RefUnwindSafe for CubicChain
impl Send for CubicChain
impl Sync for CubicChain
impl Unpin for CubicChain
impl UnwindSafe for CubicChain
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