pub struct FlowRatio {
pub mass_flow: f64,
pub enthalpy_flow: f64,
}Fields§
§mass_flow: f64§enthalpy_flow: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlowRatio
impl RefUnwindSafe for FlowRatio
impl Send for FlowRatio
impl Sync for FlowRatio
impl Unpin for FlowRatio
impl UnwindSafe for FlowRatio
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