pub struct SpeakerAllocation {Show 18 fields
pub flw_frw: bool,
pub flc_frc: bool,
pub bc: bool,
pub bl_br: bool,
pub fc: bool,
pub lfe1: bool,
pub fl_fr: bool,
pub tpsil_tpsir: bool,
pub sil_sir: bool,
pub tpbc: bool,
pub lfe2: bool,
pub ls_rs: bool,
pub tpfc: bool,
pub tpc: bool,
pub tpfl_tpfr: bool,
pub btfl_btfr: bool,
pub btfc: bool,
pub tpbl_tpbr: bool,
}Expand description
Indicates which speakers are present.
See figure 6 for the meaning of the fields.
Fields§
§flw_frw: bool§flc_frc: bool§bc: bool§bl_br: bool§fc: bool§lfe1: bool§fl_fr: bool§tpsil_tpsir: bool§sil_sir: bool§tpbc: bool§lfe2: bool§ls_rs: bool§tpfc: bool§tpc: bool§tpfl_tpfr: bool§btfl_btfr: bool§btfc: bool§tpbl_tpbr: boolTrait Implementations§
Source§impl Clone for SpeakerAllocation
impl Clone for SpeakerAllocation
Source§fn clone(&self) -> SpeakerAllocation
fn clone(&self) -> SpeakerAllocation
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 SpeakerAllocation
impl Debug for SpeakerAllocation
Source§impl From<di_cta_speaker_allocation> for SpeakerAllocation
impl From<di_cta_speaker_allocation> for SpeakerAllocation
Source§fn from(value: di_cta_speaker_allocation) -> SpeakerAllocation
fn from(value: di_cta_speaker_allocation) -> SpeakerAllocation
Converts to this type from the input type.
impl Copy for SpeakerAllocation
Auto Trait Implementations§
impl Freeze for SpeakerAllocation
impl RefUnwindSafe for SpeakerAllocation
impl Send for SpeakerAllocation
impl Sync for SpeakerAllocation
impl Unpin for SpeakerAllocation
impl UnwindSafe for SpeakerAllocation
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