#[repr(C)]pub struct WeightingData {
pub channel_weight: [c_float; 32],
}
Fields§
§channel_weight: [c_float; 32]
Trait Implementations§
Source§impl Clone for WeightingData
impl Clone for WeightingData
Source§fn clone(&self) -> WeightingData
fn clone(&self) -> WeightingData
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 WeightingData
impl Debug for WeightingData
Source§impl PartialEq for WeightingData
impl PartialEq for WeightingData
Source§impl ReadableParameter for WeightingData
impl ReadableParameter for WeightingData
Source§fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
Get the parameter string at
index
.Source§impl WritableParameter for WeightingData
impl WritableParameter for WeightingData
impl Copy for WeightingData
impl StructuralPartialEq for WeightingData
Auto Trait Implementations§
impl Freeze for WeightingData
impl RefUnwindSafe for WeightingData
impl Send for WeightingData
impl Sync for WeightingData
impl Unpin for WeightingData
impl UnwindSafe for WeightingData
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