Struct windows_sys::Media::Protection::PlayReady::NDStartAsyncOptions
[−]#[repr(transparent)]pub struct NDStartAsyncOptions(pub i32);
Expand description
Required features: ‘Media_Protection_PlayReady’, ‘deprecated’
Tuple Fields
0: i32
Implementations
impl NDStartAsyncOptions
impl NDStartAsyncOptions
pub const MutualAuthentication: Self
pub const WaitForLicenseDescriptor: Self
Trait Implementations
impl Clone for NDStartAsyncOptions
impl Clone for NDStartAsyncOptions
impl Copy for NDStartAsyncOptions
Auto Trait Implementations
impl RefUnwindSafe for NDStartAsyncOptions
impl Send for NDStartAsyncOptions
impl Sync for NDStartAsyncOptions
impl Unpin for NDStartAsyncOptions
impl UnwindSafe for NDStartAsyncOptions
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