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 = Self(1i32)
pub const Receiver: Self = Self(2i32)
pub const SecureClock: Self = Self(4i32)
pub const AntiRollBackClock: Self = Self(5i32)
pub const CRLS: Self = Self(9i32)
pub const PlayReady3Features: Self = Self(13i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more