#[repr(transparent)]pub struct NDCertificatePlatformID(pub i32);
Expand description
Required features: "Media_Protection_PlayReady"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl NDCertificatePlatformID
impl NDCertificatePlatformID
pub const Windows: Self = Self(0i32)
pub const OSX: Self = Self(1i32)
pub const WindowsOnARM: Self = Self(2i32)
pub const WindowsMobile7: Self = Self(5i32)
pub const iOSOnARM: Self = Self(6i32)
pub const XBoxOnPPC: Self = Self(7i32)
pub const WindowsPhone8OnARM: Self = Self(8i32)
pub const WindowsPhone8OnX86: Self = Self(9i32)
pub const XboxOne: Self = Self(10i32)
pub const AndroidOnARM: Self = Self(11i32)
pub const WindowsPhone81OnARM: Self = Self(12i32)
pub const WindowsPhone81OnX86: Self = Self(13i32)
Trait Implementations
impl Clone for NDCertificatePlatformID
impl Clone for NDCertificatePlatformID
impl Copy for NDCertificatePlatformID
Auto Trait Implementations
impl RefUnwindSafe for NDCertificatePlatformID
impl Send for NDCertificatePlatformID
impl Sync for NDCertificatePlatformID
impl Unpin for NDCertificatePlatformID
impl UnwindSafe for NDCertificatePlatformID
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