#[non_exhaustive]pub struct Widevine { /* private fields */ }
Expand description
Widevine configuration.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Widevine
Auto Trait Implementations§
impl Freeze for Widevine
impl RefUnwindSafe for Widevine
impl Send for Widevine
impl Sync for Widevine
impl Unpin for Widevine
impl UnwindSafe for Widevine
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