Struct windows_sys::Media::Protection::PlayReady::NDContentIDType
[−]#[repr(transparent)]pub struct NDContentIDType(pub i32);
Expand description
Required features: "Media_Protection_PlayReady"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl NDContentIDType
impl NDContentIDType
pub const KeyID: Self = Self(1i32)
pub const PlayReadyObject: Self = Self(2i32)
pub const Custom: Self = Self(3i32)
Trait Implementations
impl Clone for NDContentIDType
impl Clone for NDContentIDType
impl Copy for NDContentIDType
Auto Trait Implementations
impl RefUnwindSafe for NDContentIDType
impl Send for NDContentIDType
impl Sync for NDContentIDType
impl Unpin for NDContentIDType
impl UnwindSafe for NDContentIDType
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