pub struct SigmaDelta2ndOrder { /* private fields */ }Expand description
Second-order sigma-delta modulator (MASH 1-1 / dual error integrator).
Implementations§
Trait Implementations§
Source§impl Clone for SigmaDelta2ndOrder
impl Clone for SigmaDelta2ndOrder
Source§fn clone(&self) -> SigmaDelta2ndOrder
fn clone(&self) -> SigmaDelta2ndOrder
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 SigmaDelta2ndOrder
Source§impl Debug for SigmaDelta2ndOrder
impl Debug for SigmaDelta2ndOrder
Source§impl Default for SigmaDelta2ndOrder
impl Default for SigmaDelta2ndOrder
Source§fn default() -> SigmaDelta2ndOrder
fn default() -> SigmaDelta2ndOrder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SigmaDelta2ndOrder
impl RefUnwindSafe for SigmaDelta2ndOrder
impl Send for SigmaDelta2ndOrder
impl Sync for SigmaDelta2ndOrder
impl Unpin for SigmaDelta2ndOrder
impl UnsafeUnpin for SigmaDelta2ndOrder
impl UnwindSafe for SigmaDelta2ndOrder
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