pub struct Lockin<T> { /* private fields */ }
Expand description
Lockin filter
Combines two Filter
and an NCO to perform demodulation
Implementations§
Trait Implementations§
impl<T: Copy> Copy for Lockin<T>
Auto Trait Implementations§
impl<T> Freeze for Lockin<T>where
T: Freeze,
impl<T> RefUnwindSafe for Lockin<T>where
T: RefUnwindSafe,
impl<T> Send for Lockin<T>where
T: Send,
impl<T> Sync for Lockin<T>where
T: Sync,
impl<T> Unpin for Lockin<T>where
T: Unpin,
impl<T> UnwindSafe for Lockin<T>where
T: 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