pub struct FfLatterOutputEqualizerParameters(pub FfLatterEqState);Expand description
Parameters of output equalizer.
Tuple Fields§
§0: FfLatterEqStateTrait Implementations§
Source§impl AsMut<FfLatterEqState> for FfLatterOutputEqualizerParameters
impl AsMut<FfLatterEqState> for FfLatterOutputEqualizerParameters
Source§fn as_mut(&mut self) -> &mut FfLatterEqState
fn as_mut(&mut self) -> &mut FfLatterEqState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<FfLatterEqState> for FfLatterOutputEqualizerParameters
impl AsRef<FfLatterEqState> for FfLatterOutputEqualizerParameters
Source§fn as_ref(&self) -> &FfLatterEqState
fn as_ref(&self) -> &FfLatterEqState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for FfLatterOutputEqualizerParameters
impl Clone for FfLatterOutputEqualizerParameters
Source§fn clone(&self) -> FfLatterOutputEqualizerParameters
fn clone(&self) -> FfLatterOutputEqualizerParameters
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 PartialEq for FfLatterOutputEqualizerParameters
impl PartialEq for FfLatterOutputEqualizerParameters
Source§fn eq(&self, other: &FfLatterOutputEqualizerParameters) -> bool
fn eq(&self, other: &FfLatterOutputEqualizerParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FfLatterOutputEqualizerParameters
impl StructuralPartialEq for FfLatterOutputEqualizerParameters
Auto Trait Implementations§
impl Freeze for FfLatterOutputEqualizerParameters
impl RefUnwindSafe for FfLatterOutputEqualizerParameters
impl Send for FfLatterOutputEqualizerParameters
impl Sync for FfLatterOutputEqualizerParameters
impl Unpin for FfLatterOutputEqualizerParameters
impl UnwindSafe for FfLatterOutputEqualizerParameters
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<O> RmeFfCommandParamsSerialize<FfLatterOutputEqualizerParameters> for O
impl<O> RmeFfCommandParamsSerialize<FfLatterOutputEqualizerParameters> for O
Source§fn serialize_commands(params: &FfLatterOutputEqualizerParameters) -> Vec<u32>
fn serialize_commands(params: &FfLatterOutputEqualizerParameters) -> Vec<u32>
Serialize parameters into commands.