#[repr(C)]pub struct DXVA_COPPSetProtectionLevelCmdData {
pub ProtType: u32,
pub ProtLevel: u32,
pub ExtendedInfoChangeMask: u32,
pub ExtendedInfoData: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
ProtType: u32
ProtLevel: u32
ExtendedInfoChangeMask: u32
ExtendedInfoData: u32
Trait Implementations
impl Clone for DXVA_COPPSetProtectionLevelCmdData
impl Clone for DXVA_COPPSetProtectionLevelCmdData
impl Copy for DXVA_COPPSetProtectionLevelCmdData
Auto Trait Implementations
impl RefUnwindSafe for DXVA_COPPSetProtectionLevelCmdData
impl Send for DXVA_COPPSetProtectionLevelCmdData
impl Sync for DXVA_COPPSetProtectionLevelCmdData
impl Unpin for DXVA_COPPSetProtectionLevelCmdData
impl UnwindSafe for DXVA_COPPSetProtectionLevelCmdData
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