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