pub struct Pssh { /* private fields */ }
Expand description
Wrapper for PlayreadyObject
binary format.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pssh
impl RefUnwindSafe for Pssh
impl Send for Pssh
impl Sync for Pssh
impl Unpin for Pssh
impl UnwindSafe for Pssh
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