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