Struct firewire_dice_protocols::tcelectronic::ch_strip::EqState
source · pub struct EqState {
pub enabled: bool,
pub bandwidth: u32,
pub gain: u32,
pub freq: u32,
}Expand description
State of equalizer part.
Fields§
§enabled: boolWhether to enable equalizer.
bandwidth: u32The bandwidth. 0..39
gain: u32The gain. 0..240 (-12.0..+12.0 dB)
freq: u32The frequency. 0..240 (20.0..40.0 Hz)
Trait Implementations§
source§impl PartialEq for EqState
impl PartialEq for EqState
impl Copy for EqState
impl Eq for EqState
impl StructuralEq for EqState
impl StructuralPartialEq for EqState
Auto Trait Implementations§
impl RefUnwindSafe for EqState
impl Send for EqState
impl Sync for EqState
impl Unpin for EqState
impl UnwindSafe for EqState
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