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