#[repr(transparent)]pub struct PlayReadyEncryptionAlgorithm(pub i32);
Expand description
Required features: "Media_Protection_PlayReady"
Tuple Fields
0: i32
Implementations
impl PlayReadyEncryptionAlgorithm
impl PlayReadyEncryptionAlgorithm
pub const Unprotected: Self = Self(0i32)
pub const Aes128Ctr: Self = Self(1i32)
pub const Cocktail: Self = Self(4i32)
pub const Aes128Cbc: Self = Self(5i32)
pub const Unspecified: Self = Self(65535i32)
pub const Uninitialized: Self = Self(2147483647i32)
Trait Implementations
impl Clone for PlayReadyEncryptionAlgorithm
impl Clone for PlayReadyEncryptionAlgorithm
impl Copy for PlayReadyEncryptionAlgorithm
Auto Trait Implementations
impl RefUnwindSafe for PlayReadyEncryptionAlgorithm
impl Send for PlayReadyEncryptionAlgorithm
impl Sync for PlayReadyEncryptionAlgorithm
impl Unpin for PlayReadyEncryptionAlgorithm
impl UnwindSafe for PlayReadyEncryptionAlgorithm
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