pub struct MetadataOutputObserver { /* private fields */ }Expand description
Re-exports the AVPlayer framework surface for this item.
Mirrors the AVPlayer framework counterpart for MetadataOutputObserver.
Trait Implementations§
Source§impl Debug for MetadataOutputObserver
impl Debug for MetadataOutputObserver
Source§impl Drop for MetadataOutputObserver
impl Drop for MetadataOutputObserver
impl Send for MetadataOutputObserver
Auto Trait Implementations§
impl Freeze for MetadataOutputObserver
impl RefUnwindSafe for MetadataOutputObserver
impl !Sync for MetadataOutputObserver
impl Unpin for MetadataOutputObserver
impl UnsafeUnpin for MetadataOutputObserver
impl UnwindSafe for MetadataOutputObserver
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