Struct windows_sys::Win32::Media::MediaFoundation::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,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
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
impl Copy for DXVAHD_CONTENT_DESC
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more