#[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 = Self(0i32)
pub const OnDemand: Self = Self(1i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more