pub struct Acompressor {
pub threshold: Option<f64>,
pub ratio: Option<f64>,
}Fields§
§threshold: Option<f64>§ratio: Option<f64>Trait Implementations§
Source§impl Default for Acompressor
impl Default for Acompressor
Source§fn default() -> Acompressor
fn default() -> Acompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Acompressor
impl RefUnwindSafe for Acompressor
impl Send for Acompressor
impl Sync for Acompressor
impl Unpin for Acompressor
impl UnsafeUnpin for Acompressor
impl UnwindSafe for Acompressor
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