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