pub struct NegativeHalfWave;
Expand description
A signal rectifier that produces only the negative samples.
Trait Implementations§
Source§impl Clone for NegativeHalfWave
impl Clone for NegativeHalfWave
Source§fn clone(&self) -> NegativeHalfWave
fn clone(&self) -> NegativeHalfWave
Returns a copy 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 NegativeHalfWave
impl Debug for NegativeHalfWave
Source§impl Default for NegativeHalfWave
impl Default for NegativeHalfWave
Source§fn default() -> NegativeHalfWave
fn default() -> NegativeHalfWave
Returns the “default value” for a type. Read more
Source§impl PartialEq for NegativeHalfWave
impl PartialEq for NegativeHalfWave
Source§impl<F> Rectifier<F> for NegativeHalfWavewhere
F: Frame,
impl<F> Rectifier<F> for NegativeHalfWavewhere
F: Frame,
impl Copy for NegativeHalfWave
impl Eq for NegativeHalfWave
impl StructuralPartialEq for NegativeHalfWave
Auto Trait Implementations§
impl Freeze for NegativeHalfWave
impl RefUnwindSafe for NegativeHalfWave
impl Send for NegativeHalfWave
impl Sync for NegativeHalfWave
impl Unpin for NegativeHalfWave
impl UnwindSafe for NegativeHalfWave
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