#[repr(transparent)]pub struct AVAudioServiceType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVAudioServiceType
impl AVAudioServiceType
pub const MAIN: AVAudioServiceType
pub const EFFECTS: AVAudioServiceType
pub const VISUALLY_IMPAIRED: AVAudioServiceType
pub const HEARING_IMPAIRED: AVAudioServiceType
pub const DIALOGUE: AVAudioServiceType
pub const COMMENTARY: AVAudioServiceType
pub const EMERGENCY: AVAudioServiceType
pub const VOICE_OVER: AVAudioServiceType
pub const KARAOKE: AVAudioServiceType
pub const NB: AVAudioServiceType
Trait Implementations§
Source§impl Clone for AVAudioServiceType
impl Clone for AVAudioServiceType
Source§fn clone(&self) -> AVAudioServiceType
fn clone(&self) -> AVAudioServiceType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVAudioServiceType
Source§impl Debug for AVAudioServiceType
impl Debug for AVAudioServiceType
impl Eq for AVAudioServiceType
Source§impl Hash for AVAudioServiceType
impl Hash for AVAudioServiceType
Source§impl PartialEq for AVAudioServiceType
impl PartialEq for AVAudioServiceType
impl StructuralPartialEq for AVAudioServiceType
Auto Trait Implementations§
impl Freeze for AVAudioServiceType
impl RefUnwindSafe for AVAudioServiceType
impl Send for AVAudioServiceType
impl Sync for AVAudioServiceType
impl Unpin for AVAudioServiceType
impl UnsafeUnpin for AVAudioServiceType
impl UnwindSafe for AVAudioServiceType
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