pub enum BcoLocation {
Show 16 variants
LeftFront,
RightFront,
Center,
LowFrequencyEffect,
LeftSurround,
RightSurround,
LeftCenter,
RightCenter,
Surround,
SideLeft,
SideRight,
Top,
Bottom,
LeftFrontEffect,
RightFrontEffect,
NoPosition,
}
Expand description
Physical location of data channel for multi bit linear audio.
Variants§
LeftFront
RightFront
Center
LowFrequencyEffect
LeftSurround
RightSurround
LeftCenter
RightCenter
Surround
SideLeft
SideRight
Top
Bottom
LeftFrontEffect
RightFrontEffect
NoPosition
Trait Implementations§
Source§impl Clone for BcoLocation
impl Clone for BcoLocation
Source§fn clone(&self) -> BcoLocation
fn clone(&self) -> BcoLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BcoLocation
impl Debug for BcoLocation
Source§impl Default for BcoLocation
impl Default for BcoLocation
Source§impl PartialEq for BcoLocation
impl PartialEq for BcoLocation
impl Copy for BcoLocation
impl Eq for BcoLocation
impl StructuralPartialEq for BcoLocation
Auto Trait Implementations§
impl Freeze for BcoLocation
impl RefUnwindSafe for BcoLocation
impl Send for BcoLocation
impl Sync for BcoLocation
impl Unpin for BcoLocation
impl UnwindSafe for BcoLocation
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