Struct FXEQ_PARAMETERS
#[repr(C, packed(1))]pub struct FXEQ_PARAMETERS {
pub FrequencyCenter0: f32,
pub Gain0: f32,
pub Bandwidth0: f32,
pub FrequencyCenter1: f32,
pub Gain1: f32,
pub Bandwidth1: f32,
pub FrequencyCenter2: f32,
pub Gain2: f32,
pub Bandwidth2: f32,
pub FrequencyCenter3: f32,
pub Gain3: f32,
pub Bandwidth3: f32,
}Fields§
§FrequencyCenter0: f32§Gain0: f32§Bandwidth0: f32§FrequencyCenter1: f32§Gain1: f32§Bandwidth1: f32§FrequencyCenter2: f32§Gain2: f32§Bandwidth2: f32§FrequencyCenter3: f32§Gain3: f32§Bandwidth3: f32Trait Implementations§
§impl Clone for FXEQ_PARAMETERS
impl Clone for FXEQ_PARAMETERS
§fn clone(&self) -> FXEQ_PARAMETERS
fn clone(&self) -> FXEQ_PARAMETERS
Returns a copy 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 more§impl Default for FXEQ_PARAMETERS
impl Default for FXEQ_PARAMETERS
impl Copy for FXEQ_PARAMETERS
Auto Trait Implementations§
impl Freeze for FXEQ_PARAMETERS
impl RefUnwindSafe for FXEQ_PARAMETERS
impl Send for FXEQ_PARAMETERS
impl Sync for FXEQ_PARAMETERS
impl Unpin for FXEQ_PARAMETERS
impl UnwindSafe for FXEQ_PARAMETERS
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