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 = Self(1i32)
pub const WaitForLicenseDescriptor: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more