Struct windows_sys::Win32::Media::WindowsMediaFormat::DRM_COPY_OPL
[−]#[repr(C)]pub struct DRM_COPY_OPL {
pub wMinimumCopyLevel: u16,
pub oplIdIncludes: DRM_OPL_OUTPUT_IDS,
pub oplIdExcludes: DRM_OPL_OUTPUT_IDS,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
wMinimumCopyLevel: u16
oplIdIncludes: DRM_OPL_OUTPUT_IDS
oplIdExcludes: DRM_OPL_OUTPUT_IDS
Trait Implementations
impl Clone for DRM_COPY_OPL
impl Clone for DRM_COPY_OPL
impl Copy for DRM_COPY_OPL
Auto Trait Implementations
impl RefUnwindSafe for DRM_COPY_OPL
impl !Send for DRM_COPY_OPL
impl !Sync for DRM_COPY_OPL
impl Unpin for DRM_COPY_OPL
impl UnwindSafe for DRM_COPY_OPL
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