pub enum BarMetric {
Peak,
Rms,
}Expand description
Which summary statistic to drive bar height with.
Variants§
Trait Implementations§
impl Copy for BarMetric
impl Eq for BarMetric
impl StructuralPartialEq for BarMetric
Auto Trait Implementations§
impl Freeze for BarMetric
impl RefUnwindSafe for BarMetric
impl Send for BarMetric
impl Sync for BarMetric
impl Unpin for BarMetric
impl UnsafeUnpin for BarMetric
impl UnwindSafe for BarMetric
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