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