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