#[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
pub const Aes128Ctr: Self
pub const Cocktail: Self
pub const Aes128Cbc: Self
pub const Unspecified: Self
pub const Uninitialized: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more