pub struct MediaKeySession { /* private fields */ }Available on crate feature
api-11 only.Expand description
Forward declaration of MediaKeySession.
Available since API-level: 11
Auto Trait Implementations§
impl Freeze for MediaKeySession
impl RefUnwindSafe for MediaKeySession
impl Send for MediaKeySession
impl Sync for MediaKeySession
impl Unpin for MediaKeySession
impl UnsafeUnpin for MediaKeySession
impl UnwindSafe for MediaKeySession
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