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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more