Struct DXVAHDETW_CREATEVIDEOPROCESSOR
#[repr(C)]pub struct DXVAHDETW_CREATEVIDEOPROCESSOR {
pub pObject: u64,
pub pD3D9Ex: u64,
pub VPGuid: GUID,
}
Fields§
§pObject: u64
§pD3D9Ex: u64
§VPGuid: GUID
Trait Implementations§
§impl Clone for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Clone for DXVAHDETW_CREATEVIDEOPROCESSOR
§fn clone(&self) -> DXVAHDETW_CREATEVIDEOPROCESSOR
fn clone(&self) -> DXVAHDETW_CREATEVIDEOPROCESSOR
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 DXVAHDETW_CREATEVIDEOPROCESSOR
impl Debug for DXVAHDETW_CREATEVIDEOPROCESSOR
§impl Default for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Default for DXVAHDETW_CREATEVIDEOPROCESSOR
§impl PartialEq for DXVAHDETW_CREATEVIDEOPROCESSOR
impl PartialEq for DXVAHDETW_CREATEVIDEOPROCESSOR
impl Copy for DXVAHDETW_CREATEVIDEOPROCESSOR
impl StructuralPartialEq for DXVAHDETW_CREATEVIDEOPROCESSOR
Auto Trait Implementations§
impl Freeze for DXVAHDETW_CREATEVIDEOPROCESSOR
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§
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