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