pub struct Vfi { /* private fields */ }Expand description
Volume Flow Indicator (VFI)
Based on Markos Katsanos’ Volume Flow Indicator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vfi
impl RefUnwindSafe for Vfi
impl Send for Vfi
impl Sync for Vfi
impl Unpin for Vfi
impl UnsafeUnpin for Vfi
impl UnwindSafe for Vfi
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