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