Struct eAVAudioChannelConfig
#[repr(transparent)]pub struct eAVAudioChannelConfig(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for eAVAudioChannelConfig
impl Clone for eAVAudioChannelConfig
§fn clone(&self) -> eAVAudioChannelConfig
fn clone(&self) -> eAVAudioChannelConfig
Returns a copy 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 more§impl Debug for eAVAudioChannelConfig
impl Debug for eAVAudioChannelConfig
§impl Default for eAVAudioChannelConfig
impl Default for eAVAudioChannelConfig
§fn default() -> eAVAudioChannelConfig
fn default() -> eAVAudioChannelConfig
Returns the “default value” for a type. Read more
§impl PartialEq for eAVAudioChannelConfig
impl PartialEq for eAVAudioChannelConfig
impl Copy for eAVAudioChannelConfig
impl Eq for eAVAudioChannelConfig
impl StructuralPartialEq for eAVAudioChannelConfig
Auto Trait Implementations§
impl Freeze for eAVAudioChannelConfig
impl RefUnwindSafe for eAVAudioChannelConfig
impl Send for eAVAudioChannelConfig
impl Sync for eAVAudioChannelConfig
impl Unpin for eAVAudioChannelConfig
impl UnwindSafe for eAVAudioChannelConfig
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