Struct DXVA2_VideoDesc
#[repr(C)]pub struct DXVA2_VideoDesc {
pub SampleWidth: u32,
pub SampleHeight: u32,
pub SampleFormat: DXVA2_ExtendedFormat,
pub Format: D3DFORMAT,
pub InputSampleFreq: DXVA2_Frequency,
pub OutputFrameFreq: DXVA2_Frequency,
pub UABProtectionLevel: u32,
pub Reserved: u32,
}
Fields§
§SampleWidth: u32
§SampleHeight: u32
§SampleFormat: DXVA2_ExtendedFormat
§Format: D3DFORMAT
§InputSampleFreq: DXVA2_Frequency
§OutputFrameFreq: DXVA2_Frequency
§UABProtectionLevel: u32
§Reserved: u32
Trait Implementations§
§impl Clone for DXVA2_VideoDesc
impl Clone for DXVA2_VideoDesc
§fn clone(&self) -> DXVA2_VideoDesc
fn clone(&self) -> DXVA2_VideoDesc
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 Default for DXVA2_VideoDesc
impl Default for DXVA2_VideoDesc
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