pub struct Ff800InstConfig {
pub drive: bool,
pub limitter: bool,
pub speaker_emulation: bool,
}Expand description
Configurations for instrument.
Fields§
§drive: boolWhether to add extra gain by 25 dB.
limitter: boolWhether to soft limitter to reduce by -10 dB.
speaker_emulation: boolWhether to enable low pass and high pass filter.
Trait Implementations§
Source§impl Clone for Ff800InstConfig
impl Clone for Ff800InstConfig
Source§fn clone(&self) -> Ff800InstConfig
fn clone(&self) -> Ff800InstConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ff800InstConfig
impl Debug for Ff800InstConfig
Source§impl Default for Ff800InstConfig
impl Default for Ff800InstConfig
Source§fn default() -> Ff800InstConfig
fn default() -> Ff800InstConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ff800InstConfig
impl PartialEq for Ff800InstConfig
impl Copy for Ff800InstConfig
impl Eq for Ff800InstConfig
impl StructuralPartialEq for Ff800InstConfig
Auto Trait Implementations§
impl Freeze for Ff800InstConfig
impl RefUnwindSafe for Ff800InstConfig
impl Send for Ff800InstConfig
impl Sync for Ff800InstConfig
impl Unpin for Ff800InstConfig
impl UnwindSafe for Ff800InstConfig
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