pub struct MixerCoefficientParams(pub Vec<Vec<u16>>);
Expand description
Parameters of coefficients in mixer section.
Tuple Fields§
§0: Vec<Vec<u16>>
Trait Implementations§
source§impl Clone for MixerCoefficientParams
impl Clone for MixerCoefficientParams
source§fn clone(&self) -> MixerCoefficientParams
fn clone(&self) -> MixerCoefficientParams
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 moresource§impl Debug for MixerCoefficientParams
impl Debug for MixerCoefficientParams
source§impl Default for MixerCoefficientParams
impl Default for MixerCoefficientParams
source§fn default() -> MixerCoefficientParams
fn default() -> MixerCoefficientParams
Returns the “default value” for a type. Read more
source§impl PartialEq<MixerCoefficientParams> for MixerCoefficientParams
impl PartialEq<MixerCoefficientParams> for MixerCoefficientParams
source§fn eq(&self, other: &MixerCoefficientParams) -> bool
fn eq(&self, other: &MixerCoefficientParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MixerCoefficientParams
impl StructuralEq for MixerCoefficientParams
impl StructuralPartialEq for MixerCoefficientParams
Auto Trait Implementations§
impl RefUnwindSafe for MixerCoefficientParams
impl Send for MixerCoefficientParams
impl Sync for MixerCoefficientParams
impl Unpin for MixerCoefficientParams
impl UnwindSafe for MixerCoefficientParams
Blanket Implementations§
source§impl<O> TcatExtensionSectionParamsOperation<MixerCoefficientParams> for Owhere
O: TcatExtensionOperation,
impl<O> TcatExtensionSectionParamsOperation<MixerCoefficientParams> for Owhere O: TcatExtensionOperation,
source§fn cache_extension_whole_params(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
caps: &ExtensionCaps,
params: &mut MixerCoefficientParams,
timeout_ms: u32
) -> Result<(), Error>
fn cache_extension_whole_params( req: &FwReq, node: &FwNode, sections: &ExtensionSections, caps: &ExtensionCaps, params: &mut MixerCoefficientParams, timeout_ms: u32 ) -> Result<(), Error>
Cache state of hardware for whole parameters.
source§impl<O> TcatExtensionSectionPartialMutableParamsOperation<MixerCoefficientParams> for Owhere
O: TcatExtensionOperation,
impl<O> TcatExtensionSectionPartialMutableParamsOperation<MixerCoefficientParams> for Owhere O: TcatExtensionOperation,
source§fn update_extension_partial_params(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
caps: &ExtensionCaps,
params: &MixerCoefficientParams,
prev: &mut MixerCoefficientParams,
timeout_ms: u32
) -> Result<(), Error>
fn update_extension_partial_params( req: &FwReq, node: &FwNode, sections: &ExtensionSections, caps: &ExtensionCaps, params: &MixerCoefficientParams, prev: &mut MixerCoefficientParams, timeout_ms: u32 ) -> Result<(), Error>
Update state of hardware for partial parameters.