pub struct ShellMixerMeter {
pub stream_inputs: Vec<i32>,
pub analog_inputs: Vec<i32>,
pub digital_inputs: Vec<i32>,
pub main_outputs: Vec<i32>,
}
Expand description
Meter information. -1000..0 (-94.0..0 dB).
Fields§
§stream_inputs: Vec<i32>
Detected signal level of stream inputs.
analog_inputs: Vec<i32>
Detected signal level of analog inputs.
digital_inputs: Vec<i32>
Detected signal level of digital inputs.
main_outputs: Vec<i32>
Detected signal level of main outputs.
Trait Implementations§
Source§impl AsMut<ShellMixerMeter> for ItwinMixerMeter
impl AsMut<ShellMixerMeter> for ItwinMixerMeter
Source§fn as_mut(&mut self) -> &mut ShellMixerMeter
fn as_mut(&mut self) -> &mut ShellMixerMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellMixerMeter> for K24dMixerMeter
impl AsMut<ShellMixerMeter> for K24dMixerMeter
Source§fn as_mut(&mut self) -> &mut ShellMixerMeter
fn as_mut(&mut self) -> &mut ShellMixerMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellMixerMeter> for K8MixerMeter
impl AsMut<ShellMixerMeter> for K8MixerMeter
Source§fn as_mut(&mut self) -> &mut ShellMixerMeter
fn as_mut(&mut self) -> &mut ShellMixerMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellMixerMeter> for KliveMixerMeter
impl AsMut<ShellMixerMeter> for KliveMixerMeter
Source§fn as_mut(&mut self) -> &mut ShellMixerMeter
fn as_mut(&mut self) -> &mut ShellMixerMeter
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerMeter> for ItwinMixerMeter
impl AsRef<ShellMixerMeter> for ItwinMixerMeter
Source§fn as_ref(&self) -> &ShellMixerMeter
fn as_ref(&self) -> &ShellMixerMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerMeter> for K24dMixerMeter
impl AsRef<ShellMixerMeter> for K24dMixerMeter
Source§fn as_ref(&self) -> &ShellMixerMeter
fn as_ref(&self) -> &ShellMixerMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerMeter> for K8MixerMeter
impl AsRef<ShellMixerMeter> for K8MixerMeter
Source§fn as_ref(&self) -> &ShellMixerMeter
fn as_ref(&self) -> &ShellMixerMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerMeter> for KliveMixerMeter
impl AsRef<ShellMixerMeter> for KliveMixerMeter
Source§fn as_ref(&self) -> &ShellMixerMeter
fn as_ref(&self) -> &ShellMixerMeter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ShellMixerMeter
impl Clone for ShellMixerMeter
Source§fn clone(&self) -> ShellMixerMeter
fn clone(&self) -> ShellMixerMeter
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 ShellMixerMeter
impl Debug for ShellMixerMeter
Source§impl Default for ShellMixerMeter
impl Default for ShellMixerMeter
Source§fn default() -> ShellMixerMeter
fn default() -> ShellMixerMeter
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShellMixerMeter
impl PartialEq for ShellMixerMeter
impl Eq for ShellMixerMeter
impl StructuralPartialEq for ShellMixerMeter
Auto Trait Implementations§
impl Freeze for ShellMixerMeter
impl RefUnwindSafe for ShellMixerMeter
impl Send for ShellMixerMeter
impl Sync for ShellMixerMeter
impl Unpin for ShellMixerMeter
impl UnwindSafe for ShellMixerMeter
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