#[repr(C)]pub struct AkChannelConfigType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkChannelConfigType
impl AkChannelConfigType
pub fn ak_channel_config_type_anonymous() -> Self
pub fn ak_channel_config_type_standard() -> Self
pub fn ak_channel_config_type_ambisonic() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkChannelConfigType
impl ClassIdentity for AkChannelConfigType
Source§impl Clone for AkChannelConfigType
impl Clone for AkChannelConfigType
Source§fn clone(&self) -> AkChannelConfigType
fn clone(&self) -> AkChannelConfigType
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 Debug for AkChannelConfigType
impl Debug for AkChannelConfigType
Source§impl PartialEq for AkChannelConfigType
impl PartialEq for AkChannelConfigType
impl Copy for AkChannelConfigType
impl Eq for AkChannelConfigType
impl StructuralPartialEq for AkChannelConfigType
Auto Trait Implementations§
impl Freeze for AkChannelConfigType
impl RefUnwindSafe for AkChannelConfigType
impl Send for AkChannelConfigType
impl Sync for AkChannelConfigType
impl Unpin for AkChannelConfigType
impl UnwindSafe for AkChannelConfigType
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)