pub struct AvcLrBalanceParameters {
pub balances: Vec<i16>,
}Expand description
The parameters of L/R balance. The Default trait should be implemented to call
AvcLrBalanceOperation::create_lr_balance_parameters().
Fields§
§balances: Vec<i16>The L/R balances.
Trait Implementations§
Source§impl Clone for AvcLrBalanceParameters
impl Clone for AvcLrBalanceParameters
Source§fn clone(&self) -> AvcLrBalanceParameters
fn clone(&self) -> AvcLrBalanceParameters
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 AvcLrBalanceParameters
impl Debug for AvcLrBalanceParameters
Source§impl PartialEq for AvcLrBalanceParameters
impl PartialEq for AvcLrBalanceParameters
impl Eq for AvcLrBalanceParameters
impl StructuralPartialEq for AvcLrBalanceParameters
Auto Trait Implementations§
impl Freeze for AvcLrBalanceParameters
impl RefUnwindSafe for AvcLrBalanceParameters
impl Send for AvcLrBalanceParameters
impl Sync for AvcLrBalanceParameters
impl Unpin for AvcLrBalanceParameters
impl UnwindSafe for AvcLrBalanceParameters
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