#[repr(C)]pub struct AkCommonOutputSettings_ChannelConfiguration_ChannelMask {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl AkCommonOutputSettings_ChannelConfiguration_ChannelMask
pub fn none() -> Self
pub fn front_left() -> Self
pub fn front_right() -> Self
pub fn front_center() -> Self
pub fn low_frequency() -> Self
pub fn back_left() -> Self
pub fn back_right() -> Self
pub fn back_center() -> Self
pub fn side_left() -> Self
pub fn side_right() -> Self
pub fn top() -> Self
pub fn height_front_left() -> Self
pub fn height_front_center() -> Self
pub fn height_front_right() -> Self
pub fn height_back_left() -> Self
pub fn height_back_center() -> Self
pub fn height_back_right() -> Self
pub fn setup_mono() -> Self
pub fn setup_0point1() -> Self
pub fn setup_1point1() -> Self
pub fn setup_stereo() -> Self
pub fn setup_2point1() -> Self
pub fn setup_3stereo() -> Self
pub fn setup_3point1() -> Self
pub fn setup_4() -> Self
pub fn setup_4point1() -> Self
pub fn setup_5() -> Self
pub fn setup_5point1() -> Self
pub fn setup_6() -> Self
pub fn setup_6point1() -> Self
pub fn setup_7() -> Self
pub fn setup_7point1() -> Self
pub fn setup_surround() -> Self
pub fn setup_dpl2() -> Self
pub fn setup_height_4() -> Self
pub fn setup_height_5() -> Self
pub fn setup_height_all() -> Self
pub fn setup_auro_222() -> Self
pub fn setup_auro_8() -> Self
pub fn setup_auro_9() -> Self
pub fn setup_auro_9point1() -> Self
pub fn setup_auro_10() -> Self
pub fn setup_auro_10point1() -> Self
pub fn setup_auro_11() -> Self
pub fn setup_auro_11point1() -> Self
pub fn setup_auro_11_740() -> Self
pub fn setup_auro_11point1_740() -> Self
pub fn setup_auro_13_751() -> Self
pub fn setup_auro_13point1_751() -> Self
pub fn setup_dolby_5_0_2() -> Self
pub fn setup_dolby_5_1_2() -> Self
pub fn setup_dolby_6_0_2() -> Self
pub fn setup_dolby_6_1_2() -> Self
pub fn setup_dolby_6_0_4() -> Self
pub fn setup_dolby_6_1_4() -> Self
pub fn setup_dolby_7_0_2() -> Self
pub fn setup_dolby_7_1_2() -> Self
pub fn setup_dolby_7_0_4() -> Self
pub fn setup_dolby_7_1_4() -> Self
pub fn setup_all_speakers() -> Self
Trait Implementations§
Source§impl Clone for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl Clone for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Source§fn clone(&self) -> AkCommonOutputSettings_ChannelConfiguration_ChannelMask
fn clone(&self) -> AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IlType for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl IlType for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Source§impl PartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl PartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Source§fn eq(
&self,
other: &AkCommonOutputSettings_ChannelConfiguration_ChannelMask,
) -> bool
fn eq( &self, other: &AkCommonOutputSettings_ChannelConfiguration_ChannelMask, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl Eq for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl StructuralPartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Auto Trait Implementations§
impl Freeze for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl RefUnwindSafe for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl Send for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl Sync for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl Unpin for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
impl UnwindSafe for AkCommonOutputSettings_ChannelConfiguration_ChannelMask
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)