pub enum DensityRateUnit {
kg_mcbs,
}Variants§
kg_mcbs
Implementations§
Source§impl DensityRateUnit
impl DensityRateUnit
pub const fn base_per_x_const(self) -> (f64, i32)
Trait Implementations§
Source§impl Clone for DensityRateUnit
impl Clone for DensityRateUnit
Source§fn clone(&self) -> DensityRateUnit
fn clone(&self) -> DensityRateUnit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DensityRateUnit
impl Debug for DensityRateUnit
Source§impl Hash for DensityRateUnit
impl Hash for DensityRateUnit
Source§impl PartialEq for DensityRateUnit
impl PartialEq for DensityRateUnit
Source§fn eq(&self, other: &DensityRateUnit) -> bool
fn eq(&self, other: &DensityRateUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PhysicsUnit for DensityRateUnit
impl PhysicsUnit for DensityRateUnit
impl Copy for DensityRateUnit
impl Eq for DensityRateUnit
impl StructuralPartialEq for DensityRateUnit
Auto Trait Implementations§
impl Freeze for DensityRateUnit
impl RefUnwindSafe for DensityRateUnit
impl Send for DensityRateUnit
impl Sync for DensityRateUnit
impl Unpin for DensityRateUnit
impl UnsafeUnpin for DensityRateUnit
impl UnwindSafe for DensityRateUnit
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