Trait dasp_sample::SignedSample
source · pub trait SignedSample: Sample<Signed = Self> + Add<Output = Self> + Sub<Output = Self> + Neg<Output = Self> { }
Expand description
Integral and floating-point Sample format types whose equilibrium is at 0.
Samples often need to be converted to some mutual SignedSample type for signal addition.
Object Safety§
This trait is not object safe.