pub struct MediaKeySession { /* private fields */ }Available on crate features
api-11 and api-12 only.Expand description
MediaKeySession field.
Available since API-level: 12
Version: 1.0
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