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