pub struct FfLatterMixerState(pub Vec<FfLatterMixer>);Expand description
State of mixers.
Tuple Fields§
§0: Vec<FfLatterMixer>Trait Implementations§
Source§impl Clone for FfLatterMixerState
impl Clone for FfLatterMixerState
Source§fn clone(&self) -> FfLatterMixerState
fn clone(&self) -> FfLatterMixerState
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 FfLatterMixerState
impl Debug for FfLatterMixerState
Source§impl PartialEq for FfLatterMixerState
impl PartialEq for FfLatterMixerState
impl Eq for FfLatterMixerState
impl StructuralPartialEq for FfLatterMixerState
Auto Trait Implementations§
impl Freeze for FfLatterMixerState
impl RefUnwindSafe for FfLatterMixerState
impl Send for FfLatterMixerState
impl Sync for FfLatterMixerState
impl Unpin for FfLatterMixerState
impl UnwindSafe for FfLatterMixerState
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<FfLatterMixerState> for Owhere
O: RmeFfLatterMixerSpecification,
impl<O> RmeFfCommandParamsSerialize<FfLatterMixerState> for Owhere
O: RmeFfLatterMixerSpecification,
Source§fn serialize_commands(state: &FfLatterMixerState) -> Vec<u32>
fn serialize_commands(state: &FfLatterMixerState) -> Vec<u32>
Serialize parameters into commands.