pub struct Volume;Expand description
A volume.
Implementations§
Source§impl Volume
impl Volume
Sourcepub const fn cubic_meters(value: TensorRank0) -> Quantity<Volume>
pub const fn cubic_meters(value: TensorRank0) -> Quantity<Volume>
A quantity of cubic metres.
Sourcepub const fn cubic_millimeters(value: TensorRank0) -> Quantity<Volume>
pub const fn cubic_millimeters(value: TensorRank0) -> Quantity<Volume>
A quantity of cubic millimetres.
Sourcepub const fn cubic_centimeters(value: TensorRank0) -> Quantity<Volume>
pub const fn cubic_centimeters(value: TensorRank0) -> Quantity<Volume>
A quantity of cubic centimetres.
Sourcepub const fn liters(value: TensorRank0) -> Quantity<Volume>
pub const fn liters(value: TensorRank0) -> Quantity<Volume>
A quantity of litres.
Trait Implementations§
Source§impl UnitDiv<Volume> for ForcePerLength
impl UnitDiv<Volume> for ForcePerLength
Source§type Output = StressPerArea
type Output = StressPerArea
The unit of the quotient.
Source§impl UnitDiv<Volume> for ForcePerVelocity
impl UnitDiv<Volume> for ForcePerVelocity
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the quotient.
Source§impl UnitDiv<Volume> for PowerPerTemperature
impl UnitDiv<Volume> for PowerPerTemperature
Source§type Output = PowerPerVolumeTemperature
type Output = PowerPerVolumeTemperature
The unit of the quotient.
Source§impl UnitDiv<Volume> for PowerTemperature
impl UnitDiv<Volume> for PowerTemperature
Source§type Output = PowerTemperatureDensity
type Output = PowerTemperatureDensity
The unit of the quotient.
Source§impl UnitDiv<Volume> for SecondMomentOfArea
impl UnitDiv<Volume> for SecondMomentOfArea
Source§impl UnitHalves for Volume
impl UnitHalves for Volume
Source§impl UnitMul<Length> for Volume
impl UnitMul<Length> for Volume
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the product.
Source§impl UnitMul<Volume> for Length
impl UnitMul<Volume> for Length
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the product.
Source§impl UnitMul<Volume> for PowerPerVolumeTemperature
impl UnitMul<Volume> for PowerPerVolumeTemperature
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the product.
Source§impl UnitMul<Volume> for PowerTemperatureDensity
impl UnitMul<Volume> for PowerTemperatureDensity
Source§type Output = PowerTemperature
type Output = PowerTemperature
The unit of the product.
Source§impl UnitMul<Volume> for StressPerArea
impl UnitMul<Volume> for StressPerArea
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
Source§impl UnitMul<Volume> for ViscosityPerArea
impl UnitMul<Volume> for ViscosityPerArea
Source§type Output = ForcePerVelocity
type Output = ForcePerVelocity
The unit of the product.
impl Copy for Volume
impl Eq for Volume
impl StructuralPartialEq for Volume
impl Unit for Volume
Auto Trait Implementations§
impl Freeze for Volume
impl RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl UnsafeUnpin for Volume
impl UnwindSafe for Volume
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