#[repr(C)]pub struct DXVAHDETW_CREATEVIDEOPROCESSOR {
pub pObject: u64,
pub pD3D9Ex: u64,
pub VPGuid: GUID,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
pObject: u64
pD3D9Ex: u64
VPGuid: GUID
Trait Implementations
impl Clone for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Clone for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Copy for DXVAHDETW_CREATEVIDEOPROCESSOR
Auto Trait Implementations
impl RefUnwindSafe for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Send for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Sync for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Unpin for DXVAHDETW_CREATEVIDEOPROCESSOR
impl UnwindSafe for DXVAHDETW_CREATEVIDEOPROCESSOR
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