Struct DXVAHD_CONTENT_DESC
#[repr(C)]pub struct DXVAHD_CONTENT_DESC {
pub InputFrameFormat: DXVAHD_FRAME_FORMAT,
pub InputFrameRate: DXVAHD_RATIONAL,
pub InputWidth: u32,
pub InputHeight: u32,
pub OutputFrameRate: DXVAHD_RATIONAL,
pub OutputWidth: u32,
pub OutputHeight: u32,
}
Fields§
§InputFrameFormat: DXVAHD_FRAME_FORMAT
§InputFrameRate: DXVAHD_RATIONAL
§InputWidth: u32
§InputHeight: u32
§OutputFrameRate: DXVAHD_RATIONAL
§OutputWidth: u32
§OutputHeight: u32
Trait Implementations§
§impl Clone for DXVAHD_CONTENT_DESC
impl Clone for DXVAHD_CONTENT_DESC
§fn clone(&self) -> DXVAHD_CONTENT_DESC
fn clone(&self) -> DXVAHD_CONTENT_DESC
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 DXVAHD_CONTENT_DESC
impl Debug for DXVAHD_CONTENT_DESC
§impl Default for DXVAHD_CONTENT_DESC
impl Default for DXVAHD_CONTENT_DESC
§impl PartialEq for DXVAHD_CONTENT_DESC
impl PartialEq for DXVAHD_CONTENT_DESC
impl Copy for DXVAHD_CONTENT_DESC
impl StructuralPartialEq for DXVAHD_CONTENT_DESC
Auto Trait Implementations§
impl Freeze for DXVAHD_CONTENT_DESC
impl RefUnwindSafe for DXVAHD_CONTENT_DESC
impl Send for DXVAHD_CONTENT_DESC
impl Sync for DXVAHD_CONTENT_DESC
impl Unpin for DXVAHD_CONTENT_DESC
impl UnwindSafe for DXVAHD_CONTENT_DESC
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