pub struct MassFlow;Expand description
Marker type for mass flow
Trait Implementations§
impl Copy for MassFlow
Auto Trait Implementations§
impl Freeze for MassFlow
impl RefUnwindSafe for MassFlow
impl Send for MassFlow
impl Sync for MassFlow
impl Unpin for MassFlow
impl UnwindSafe for MassFlow
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