#[repr(C)]pub struct AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl Clone for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl Clone for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
Source§fn clone(&self) -> AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
fn clone(&self) -> AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
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 PartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl PartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
Source§fn eq(
&self,
other: &AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType,
) -> bool
fn eq( &self, other: &AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl Eq for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl StructuralPartialEq for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
Auto Trait Implementations§
impl Freeze for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl RefUnwindSafe for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl Send for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl Sync for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl Unpin for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
impl UnwindSafe for AkCommonOutputSettings_ChannelConfiguration_ChannelConfigType
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)