pub struct CommandDspOutputDynamicsState(pub CommandDspDynamicsState);
Expand description
State of output dynamics.
Tuple Fields§
§0: CommandDspDynamicsState
Trait Implementations§
Source§impl AsMut<CommandDspDynamicsState> for CommandDspOutputDynamicsState
impl AsMut<CommandDspDynamicsState> for CommandDspOutputDynamicsState
Source§fn as_mut(&mut self) -> &mut CommandDspDynamicsState
fn as_mut(&mut self) -> &mut CommandDspDynamicsState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<CommandDspDynamicsState> for CommandDspOutputDynamicsState
impl AsRef<CommandDspDynamicsState> for CommandDspOutputDynamicsState
Source§fn as_ref(&self) -> &CommandDspDynamicsState
fn as_ref(&self) -> &CommandDspDynamicsState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CommandDspOutputDynamicsState
impl Clone for CommandDspOutputDynamicsState
Source§fn clone(&self) -> CommandDspOutputDynamicsState
fn clone(&self) -> CommandDspOutputDynamicsState
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 Default for CommandDspOutputDynamicsState
impl Default for CommandDspOutputDynamicsState
Source§fn default() -> CommandDspOutputDynamicsState
fn default() -> CommandDspOutputDynamicsState
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommandDspOutputDynamicsState
impl PartialEq for CommandDspOutputDynamicsState
Source§fn eq(&self, other: &CommandDspOutputDynamicsState) -> bool
fn eq(&self, other: &CommandDspOutputDynamicsState) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CommandDspOutputDynamicsState
Auto Trait Implementations§
impl Freeze for CommandDspOutputDynamicsState
impl RefUnwindSafe for CommandDspOutputDynamicsState
impl Send for CommandDspOutputDynamicsState
impl Sync for CommandDspOutputDynamicsState
impl Unpin for CommandDspOutputDynamicsState
impl UnwindSafe for CommandDspOutputDynamicsState
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> MotuCommandDspParametersOperation<CommandDspOutputDynamicsState> for O
impl<O> MotuCommandDspParametersOperation<CommandDspOutputDynamicsState> for O
Source§fn build_commands(params: &CommandDspOutputDynamicsState) -> Vec<DspCmd>
fn build_commands(params: &CommandDspOutputDynamicsState) -> Vec<DspCmd>
Build DSP commands for parameters.
Source§fn parse_command(
params: &mut CommandDspOutputDynamicsState,
command: &DspCmd,
) -> bool
fn parse_command( params: &mut CommandDspOutputDynamicsState, command: &DspCmd, ) -> bool
Parse DSP command for parameters.