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