Struct windows_sys::Media::Protection::PlayReady::NDCertificateFeature
[−]#[repr(transparent)]pub struct NDCertificateFeature(pub i32);
Expand description
Required features: ‘Media_Protection_PlayReady’, ‘deprecated’
Tuple Fields
0: i32
Implementations
impl NDCertificateFeature
impl NDCertificateFeature
pub const Transmitter: Self
pub const Receiver: Self
pub const SecureClock: Self
pub const AntiRollBackClock: Self
pub const CRLS: Self
pub const PlayReady3Features: Self
Trait Implementations
impl Clone for NDCertificateFeature
impl Clone for NDCertificateFeature
impl Copy for NDCertificateFeature
Auto Trait Implementations
impl RefUnwindSafe for NDCertificateFeature
impl Send for NDCertificateFeature
impl Sync for NDCertificateFeature
impl Unpin for NDCertificateFeature
impl UnwindSafe for NDCertificateFeature
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