pub struct SigmaDelta { /* private fields */ }Expand description
First-order sigma-delta modulator (PCM → single-bit decision → duty).
Implementations§
Trait Implementations§
Source§impl Clone for SigmaDelta
impl Clone for SigmaDelta
Source§fn clone(&self) -> SigmaDelta
fn clone(&self) -> SigmaDelta
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 SigmaDelta
Source§impl Debug for SigmaDelta
impl Debug for SigmaDelta
Source§impl Default for SigmaDelta
impl Default for SigmaDelta
Source§fn default() -> SigmaDelta
fn default() -> SigmaDelta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SigmaDelta
impl RefUnwindSafe for SigmaDelta
impl Send for SigmaDelta
impl Sync for SigmaDelta
impl Unpin for SigmaDelta
impl UnsafeUnpin for SigmaDelta
impl UnwindSafe for SigmaDelta
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