#[repr(C)]pub struct OpaqueAudioQueue { /* private fields */ }
Available on crate feature
AudioQueue
only.Expand description
Trait Implementations§
Source§impl Debug for OpaqueAudioQueue
impl Debug for OpaqueAudioQueue
Source§impl RefEncode for OpaqueAudioQueue
impl RefEncode for OpaqueAudioQueue
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for OpaqueAudioQueue
impl !RefUnwindSafe for OpaqueAudioQueue
impl !Send for OpaqueAudioQueue
impl !Sync for OpaqueAudioQueue
impl !Unpin for OpaqueAudioQueue
impl !UnwindSafe for OpaqueAudioQueue
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