pub struct Nyquist<X>(pub X);Expand description
Nyquist zero with gain 2
This is inefficient for large differential delays
Tuple Fields§
§0: XPrevious input
Trait Implementations§
impl<X: Copy> Copy for Nyquist<X>
Auto Trait Implementations§
impl<X> Freeze for Nyquist<X>where
X: Freeze,
impl<X> RefUnwindSafe for Nyquist<X>where
X: RefUnwindSafe,
impl<X> Send for Nyquist<X>where
X: Send,
impl<X> Sync for Nyquist<X>where
X: Sync,
impl<X> Unpin for Nyquist<X>where
X: Unpin,
impl<X> UnwindSafe for Nyquist<X>where
X: UnwindSafe,
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