pub struct ShellMonitorSrcPair {
pub stereo_link: bool,
pub params: [MonitorSrcParam; 2],
}Expand description
Monitor source.
Fields§
§stereo_link: boolStereo channel link for the pair.
params: [MonitorSrcParam; 2]Parameters of monitor source for left and right channels in its order.
Trait Implementations§
source§impl Clone for ShellMonitorSrcPair
impl Clone for ShellMonitorSrcPair
source§fn clone(&self) -> ShellMonitorSrcPair
fn clone(&self) -> ShellMonitorSrcPair
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 ShellMonitorSrcPair
impl Debug for ShellMonitorSrcPair
source§impl Default for ShellMonitorSrcPair
impl Default for ShellMonitorSrcPair
source§fn default() -> ShellMonitorSrcPair
fn default() -> ShellMonitorSrcPair
Returns the “default value” for a type. Read more
source§impl PartialEq for ShellMonitorSrcPair
impl PartialEq for ShellMonitorSrcPair
source§fn eq(&self, other: &ShellMonitorSrcPair) -> bool
fn eq(&self, other: &ShellMonitorSrcPair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ShellMonitorSrcPair
impl Eq for ShellMonitorSrcPair
impl StructuralEq for ShellMonitorSrcPair
impl StructuralPartialEq for ShellMonitorSrcPair
Auto Trait Implementations§
impl RefUnwindSafe for ShellMonitorSrcPair
impl Send for ShellMonitorSrcPair
impl Sync for ShellMonitorSrcPair
impl Unpin for ShellMonitorSrcPair
impl UnwindSafe for ShellMonitorSrcPair
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