pub struct OpaqueAudioQueueTimeline { /* private fields */ }Available on crate feature
AudioQueue only.Expand description
Trait Implementations§
Source§impl Debug for OpaqueAudioQueueTimeline
impl Debug for OpaqueAudioQueueTimeline
Source§impl RefEncode for OpaqueAudioQueueTimeline
impl RefEncode for OpaqueAudioQueueTimeline
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 OpaqueAudioQueueTimeline
impl !RefUnwindSafe for OpaqueAudioQueueTimeline
impl !Send for OpaqueAudioQueueTimeline
impl !Sync for OpaqueAudioQueueTimeline
impl !Unpin for OpaqueAudioQueueTimeline
impl !UnwindSafe for OpaqueAudioQueueTimeline
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