pub struct Zero<S: Scalar> { /* private fields */ }Expand description
Zero signal: f(t) = 0
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Zero<S>
impl<S> RefUnwindSafe for Zero<S>where
S: RefUnwindSafe,
impl<S> Send for Zero<S>
impl<S> Sync for Zero<S>
impl<S> Unpin for Zero<S>where
S: Unpin,
impl<S> UnsafeUnpin for Zero<S>
impl<S> UnwindSafe for Zero<S>where
S: 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