pub struct CwKeyedMod { /* private fields */ }Expand description
CW (keyed carrier) – envelope-shaped keyed NCO
Implementations§
Trait Implementations§
Source§impl Block for CwKeyedMod
impl Block for CwKeyedMod
Source§impl Clone for CwKeyedMod
impl Clone for CwKeyedMod
Source§fn clone(&self) -> CwKeyedMod
fn clone(&self) -> CwKeyedMod
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 moreAuto Trait Implementations§
impl Freeze for CwKeyedMod
impl RefUnwindSafe for CwKeyedMod
impl Send for CwKeyedMod
impl Sync for CwKeyedMod
impl Unpin for CwKeyedMod
impl UnsafeUnpin for CwKeyedMod
impl UnwindSafe for CwKeyedMod
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