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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NegativeHalfWave
Source§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
impl Eq for NegativeHalfWave
Source§impl PartialEq for NegativeHalfWave
impl PartialEq for NegativeHalfWave
Source§fn eq(&self, other: &NegativeHalfWave) -> bool
fn eq(&self, other: &NegativeHalfWave) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<F> Rectifier<F> for NegativeHalfWavewhere
F: Frame,
impl<F> Rectifier<F> for NegativeHalfWavewhere
F: Frame,
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 UnsafeUnpin 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