pub struct ShellMonitorSrcPair {
pub stereo_link: bool,
pub params: [MonitorSrcParam; 2],
}
Expand description
Monitor source.
Fields§
§stereo_link: bool
Stereo 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 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 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
impl Copy for ShellMonitorSrcPair
impl Eq for ShellMonitorSrcPair
impl StructuralPartialEq for ShellMonitorSrcPair
Auto Trait Implementations§
impl Freeze for ShellMonitorSrcPair
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