pub struct PeakWindow {
pub max: f32,
pub min: f32,
}Expand description
A single peak window with maximum and minimum sample amplitude.
Fields§
§max: f32§min: f32Trait Implementations§
Source§impl Clone for PeakWindow
impl Clone for PeakWindow
Source§fn clone(&self) -> PeakWindow
fn clone(&self) -> PeakWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PeakWindow
impl Debug for PeakWindow
impl Copy for PeakWindow
Auto Trait Implementations§
impl Freeze for PeakWindow
impl RefUnwindSafe for PeakWindow
impl Send for PeakWindow
impl Sync for PeakWindow
impl Unpin for PeakWindow
impl UnsafeUnpin for PeakWindow
impl UnwindSafe for PeakWindow
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