pub struct FfLatterInputEqualizerParameters(pub FfLatterEqState);Expand description
Parameters of input equalizer.
Tuple Fields§
§0: FfLatterEqStateTrait Implementations§
Source§impl AsMut<FfLatterEqState> for FfLatterInputEqualizerParameters
impl AsMut<FfLatterEqState> for FfLatterInputEqualizerParameters
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 FfLatterInputEqualizerParameters
impl AsRef<FfLatterEqState> for FfLatterInputEqualizerParameters
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 FfLatterInputEqualizerParameters
impl Clone for FfLatterInputEqualizerParameters
Source§fn clone(&self) -> FfLatterInputEqualizerParameters
fn clone(&self) -> FfLatterInputEqualizerParameters
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 FfLatterInputEqualizerParameters
impl PartialEq for FfLatterInputEqualizerParameters
Source§fn eq(&self, other: &FfLatterInputEqualizerParameters) -> bool
fn eq(&self, other: &FfLatterInputEqualizerParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FfLatterInputEqualizerParameters
impl StructuralPartialEq for FfLatterInputEqualizerParameters
Auto Trait Implementations§
impl Freeze for FfLatterInputEqualizerParameters
impl RefUnwindSafe for FfLatterInputEqualizerParameters
impl Send for FfLatterInputEqualizerParameters
impl Sync for FfLatterInputEqualizerParameters
impl Unpin for FfLatterInputEqualizerParameters
impl UnwindSafe for FfLatterInputEqualizerParameters
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<FfLatterInputEqualizerParameters> for O
impl<O> RmeFfCommandParamsSerialize<FfLatterInputEqualizerParameters> for O
Source§fn serialize_commands(params: &FfLatterInputEqualizerParameters) -> Vec<u32>
fn serialize_commands(params: &FfLatterInputEqualizerParameters) -> Vec<u32>
Serialize parameters into commands.