pub enum Dither {
None,
Rectangular,
Triangular,
TriangularHighPass,
NoiseShapingLipshitz,
NoiseShapingFWeighted,
NoiseShapingModifiedEWeighted,
NoiseShapingImprovedEWeighted,
NoiseShapingShibata,
NoiseShapingLowShibata,
NoiseShapingHighShibata,
}Variants§
None
Rectangular
Triangular
TriangularHighPass
NoiseShapingLipshitz
NoiseShapingFWeighted
NoiseShapingModifiedEWeighted
NoiseShapingImprovedEWeighted
NoiseShapingShibata
NoiseShapingLowShibata
NoiseShapingHighShibata
trait 实现§
源代码§impl From<Dither> for SwrDitherType
impl From<Dither> for SwrDitherType
源代码§fn from(value: Dither) -> SwrDitherType
fn from(value: Dither) -> SwrDitherType
Converts to this type from the input type.
源代码§impl From<SwrDitherType> for Dither
impl From<SwrDitherType> for Dither
源代码§fn from(value: SwrDitherType) -> Dither
fn from(value: SwrDitherType) -> Dither
Converts to this type from the input type.
impl Copy for Dither
impl Eq for Dither
impl StructuralPartialEq for Dither
自动 trait 实现§
impl Freeze for Dither
impl RefUnwindSafe for Dither
impl Send for Dither
impl Sync for Dither
impl Unpin for Dither
impl UnsafeUnpin for Dither
impl UnwindSafe for Dither
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多