#[repr(C)]pub struct OpaqueAudioFileID { /* private fields */ }
Available on crate feature
AudioFile
only.Expand description
Trait Implementations§
Source§impl Debug for OpaqueAudioFileID
impl Debug for OpaqueAudioFileID
Source§impl RefEncode for OpaqueAudioFileID
impl RefEncode for OpaqueAudioFileID
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 OpaqueAudioFileID
impl !RefUnwindSafe for OpaqueAudioFileID
impl !Send for OpaqueAudioFileID
impl !Sync for OpaqueAudioFileID
impl !Unpin for OpaqueAudioFileID
impl !UnwindSafe for OpaqueAudioFileID
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