#[repr(transparent)]pub struct PlayReadyDecryptorSetup(pub i32);
Expand description
Required features: ‘Media_Protection_PlayReady’
Tuple Fields
0: i32
Implementations
impl PlayReadyDecryptorSetup
impl PlayReadyDecryptorSetup
pub const Uninitialized: Self
pub const OnDemand: Self
Trait Implementations
impl Clone for PlayReadyDecryptorSetup
impl Clone for PlayReadyDecryptorSetup
impl Copy for PlayReadyDecryptorSetup
Auto Trait Implementations
impl RefUnwindSafe for PlayReadyDecryptorSetup
impl Send for PlayReadyDecryptorSetup
impl Sync for PlayReadyDecryptorSetup
impl Unpin for PlayReadyDecryptorSetup
impl UnwindSafe for PlayReadyDecryptorSetup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more