Struct firewire_dice_protocols::alesis::IofwMixerPair
source · pub struct IofwMixerPair {
pub monitor_pair: IofwMonitorPair,
pub stream_inputs_to_left: [i32; 8],
pub stream_inputs_to_right: [i32; 8],
}Expand description
Parameters of source pairs for mixer. The function to control gain of stream inputs seems not to be available in iO 26 FireWire with the latest version of firmware.
Fields§
§monitor_pair: IofwMonitorPairSource pairs for monitor.
stream_inputs_to_left: [i32; 8]Stream inputs to left channel of mixer.
stream_inputs_to_right: [i32; 8]Stream inputs to right channel of mixer.
Trait Implementations§
source§impl Clone for IofwMixerPair
impl Clone for IofwMixerPair
source§fn clone(&self) -> IofwMixerPair
fn clone(&self) -> IofwMixerPair
Returns a copy 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 IofwMixerPair
impl Debug for IofwMixerPair
source§impl PartialEq for IofwMixerPair
impl PartialEq for IofwMixerPair
source§fn eq(&self, other: &IofwMixerPair) -> bool
fn eq(&self, other: &IofwMixerPair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IofwMixerPair
impl StructuralEq for IofwMixerPair
impl StructuralPartialEq for IofwMixerPair
Auto Trait Implementations§
impl RefUnwindSafe for IofwMixerPair
impl Send for IofwMixerPair
impl Sync for IofwMixerPair
impl Unpin for IofwMixerPair
impl UnwindSafe for IofwMixerPair
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