pub struct FormerMixerSrc {
pub analog_gains: Vec<i32>,
pub spdif_gains: Vec<i32>,
pub adat_gains: Vec<i32>,
pub stream_gains: Vec<i32>,
}Expand description
Sources of mixer specific to former models of RME Fireface.
The value is between 0x00000000 and 0x00010000 through 0x00008000 to represent -90.30 and 6.02 dB through 0x00008000.
Fields§
§analog_gains: Vec<i32>Gains of sources from analog inputs.
spdif_gains: Vec<i32>Gains of sources from S/PDIF inputs.
adat_gains: Vec<i32>Gains of sources from ADAT inputs.
stream_gains: Vec<i32>Gains of sources from stream inputs.
Trait Implementations§
Source§impl Clone for FormerMixerSrc
impl Clone for FormerMixerSrc
Source§fn clone(&self) -> FormerMixerSrc
fn clone(&self) -> FormerMixerSrc
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 FormerMixerSrc
impl Debug for FormerMixerSrc
Source§impl Default for FormerMixerSrc
impl Default for FormerMixerSrc
Source§fn default() -> FormerMixerSrc
fn default() -> FormerMixerSrc
Returns the “default value” for a type. Read more
Source§impl PartialEq for FormerMixerSrc
impl PartialEq for FormerMixerSrc
impl Eq for FormerMixerSrc
impl StructuralPartialEq for FormerMixerSrc
Auto Trait Implementations§
impl Freeze for FormerMixerSrc
impl RefUnwindSafe for FormerMixerSrc
impl Send for FormerMixerSrc
impl Sync for FormerMixerSrc
impl Unpin for FormerMixerSrc
impl UnwindSafe for FormerMixerSrc
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