#[repr(C)]pub struct DXVA_COPPSetSignalingCmdData {
pub ActiveTVProtectionStandard: u32,
pub AspectRatioChangeMask1: u32,
pub AspectRatioData1: u32,
pub AspectRatioChangeMask2: u32,
pub AspectRatioData2: u32,
pub AspectRatioChangeMask3: u32,
pub AspectRatioData3: u32,
pub ExtendedInfoChangeMask: [u32; 4],
pub ExtendedInfoData: [u32; 4],
pub Reserved: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
ActiveTVProtectionStandard: u32
AspectRatioChangeMask1: u32
AspectRatioData1: u32
AspectRatioChangeMask2: u32
AspectRatioData2: u32
AspectRatioChangeMask3: u32
AspectRatioData3: u32
ExtendedInfoChangeMask: [u32; 4]
ExtendedInfoData: [u32; 4]
Reserved: u32
Trait Implementations
impl Clone for DXVA_COPPSetSignalingCmdData
impl Clone for DXVA_COPPSetSignalingCmdData
impl Copy for DXVA_COPPSetSignalingCmdData
Auto Trait Implementations
impl RefUnwindSafe for DXVA_COPPSetSignalingCmdData
impl Send for DXVA_COPPSetSignalingCmdData
impl Sync for DXVA_COPPSetSignalingCmdData
impl Unpin for DXVA_COPPSetSignalingCmdData
impl UnwindSafe for DXVA_COPPSetSignalingCmdData
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