Struct windows_sys::Media::Protection::PlayReady::NDCertificateType
[−]#[repr(transparent)]pub struct NDCertificateType(pub i32);
Expand description
Required features: "Media_Protection_PlayReady"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl NDCertificateType
impl NDCertificateType
pub const Unknown: Self = Self(0i32)
pub const PC: Self = Self(1i32)
pub const Device: Self = Self(2i32)
pub const Domain: Self = Self(3i32)
pub const Issuer: Self = Self(4i32)
pub const CrlSigner: Self = Self(5i32)
pub const Service: Self = Self(6i32)
pub const Silverlight: Self = Self(7i32)
pub const Application: Self = Self(8i32)
pub const Metering: Self = Self(9i32)
pub const KeyFileSigner: Self = Self(10i32)
pub const Server: Self = Self(11i32)
pub const LicenseSigner: Self = Self(12i32)
Trait Implementations
impl Clone for NDCertificateType
impl Clone for NDCertificateType
impl Copy for NDCertificateType
Auto Trait Implementations
impl RefUnwindSafe for NDCertificateType
impl Send for NDCertificateType
impl Sync for NDCertificateType
impl Unpin for NDCertificateType
impl UnwindSafe for NDCertificateType
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