#[repr(C)]pub struct DXVA_ProcAmpControlQueryRange {
pub Size: u32,
pub ProcAmpControlProp: DXVA_ProcAmpControlProp,
pub VideoDesc: DXVA_VideoDesc,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
Size: u32
ProcAmpControlProp: DXVA_ProcAmpControlProp
VideoDesc: DXVA_VideoDesc
Trait Implementations
impl Clone for DXVA_ProcAmpControlQueryRange
impl Clone for DXVA_ProcAmpControlQueryRange
impl Copy for DXVA_ProcAmpControlQueryRange
Auto Trait Implementations
impl RefUnwindSafe for DXVA_ProcAmpControlQueryRange
impl Send for DXVA_ProcAmpControlQueryRange
impl Sync for DXVA_ProcAmpControlQueryRange
impl Unpin for DXVA_ProcAmpControlQueryRange
impl UnwindSafe for DXVA_ProcAmpControlQueryRange
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