pub struct Compressor {
pub bypass: u16,
pub threshold: u16,
pub ratio: u16,
pub attack: u16,
pub release: u16,
pub meter: Option<u16>,
}
Fields§
§bypass: u16
§threshold: u16
§ratio: u16
§attack: u16
§release: u16
§meter: Option<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Compressor
impl RefUnwindSafe for Compressor
impl Send for Compressor
impl Sync for Compressor
impl Unpin for Compressor
impl UnwindSafe for Compressor
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