Struct windows::Win32::Media::DirectShow::DXVA_COPPSetSignalingCmdData
#[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,
}
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
§fn clone(&self) -> DXVA_COPPSetSignalingCmdData
fn clone(&self) -> DXVA_COPPSetSignalingCmdData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXVA_COPPSetSignalingCmdData
impl Debug for DXVA_COPPSetSignalingCmdData
§impl Default for DXVA_COPPSetSignalingCmdData
impl Default for DXVA_COPPSetSignalingCmdData
§impl PartialEq for DXVA_COPPSetSignalingCmdData
impl PartialEq for DXVA_COPPSetSignalingCmdData
§fn eq(&self, other: &DXVA_COPPSetSignalingCmdData) -> bool
fn eq(&self, other: &DXVA_COPPSetSignalingCmdData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DXVA_COPPSetSignalingCmdData
impl Eq for DXVA_COPPSetSignalingCmdData
impl StructuralPartialEq for DXVA_COPPSetSignalingCmdData
Auto Trait Implementations§
impl Freeze for DXVA_COPPSetSignalingCmdData
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)