#[repr(C)]pub struct DXVA2_VideoDesc {
pub SampleWidth: UINT,
pub SampleHeight: UINT,
pub SampleFormat: DXVA2_ExtendedFormat,
pub Format: D3DFORMAT,
pub InputSampleFreq: DXVA2_Frequency,
pub OutputFrameFreq: DXVA2_Frequency,
pub UABProtectionLevel: UINT,
pub Reserved: UINT,
}
Fields§
§SampleWidth: UINT
§SampleHeight: UINT
§SampleFormat: DXVA2_ExtendedFormat
§Format: D3DFORMAT
§InputSampleFreq: DXVA2_Frequency
§OutputFrameFreq: DXVA2_Frequency
§UABProtectionLevel: UINT
§Reserved: UINT
Trait Implementations§
Source§impl Clone for DXVA2_VideoDesc
impl Clone for DXVA2_VideoDesc
Source§fn clone(&self) -> DXVA2_VideoDesc
fn clone(&self) -> DXVA2_VideoDesc
Returns a duplicate 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 moreSource§impl Default for DXVA2_VideoDesc
impl Default for DXVA2_VideoDesc
Source§fn default() -> DXVA2_VideoDesc
fn default() -> DXVA2_VideoDesc
Returns the “default value” for a type. Read more
impl Copy for DXVA2_VideoDesc
Auto Trait Implementations§
impl Freeze for DXVA2_VideoDesc
impl RefUnwindSafe for DXVA2_VideoDesc
impl Send for DXVA2_VideoDesc
impl Sync for DXVA2_VideoDesc
impl Unpin for DXVA2_VideoDesc
impl UnwindSafe for DXVA2_VideoDesc
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