Struct DXVA_VideoDesc
#[repr(C)]pub struct DXVA_VideoDesc {
pub Size: u32,
pub SampleWidth: u32,
pub SampleHeight: u32,
pub SampleFormat: u32,
pub d3dFormat: D3DFORMAT,
pub InputSampleFreq: DXVA_Frequency,
pub OutputFrameFreq: DXVA_Frequency,
}
Fields§
§Size: u32
§SampleWidth: u32
§SampleHeight: u32
§SampleFormat: u32
§d3dFormat: D3DFORMAT
§InputSampleFreq: DXVA_Frequency
§OutputFrameFreq: DXVA_Frequency
Trait Implementations§
§impl Clone for DXVA_VideoDesc
impl Clone for DXVA_VideoDesc
§fn clone(&self) -> DXVA_VideoDesc
fn clone(&self) -> DXVA_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 Debug for DXVA_VideoDesc
impl Debug for DXVA_VideoDesc
§impl Default for DXVA_VideoDesc
impl Default for DXVA_VideoDesc
§impl PartialEq for DXVA_VideoDesc
impl PartialEq for DXVA_VideoDesc
impl Copy for DXVA_VideoDesc
impl StructuralPartialEq for DXVA_VideoDesc
Auto Trait Implementations§
impl Freeze for DXVA_VideoDesc
impl RefUnwindSafe for DXVA_VideoDesc
impl Send for DXVA_VideoDesc
impl Sync for DXVA_VideoDesc
impl Unpin for DXVA_VideoDesc
impl UnwindSafe for DXVA_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