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 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 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
impl Copy for PhysOutPairSrc
impl Eq for PhysOutPairSrc
impl StructuralPartialEq for PhysOutPairSrc
Auto Trait Implementations§
impl Freeze for PhysOutPairSrc
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