Struct DXVAHDETW_DESTROYVIDEOPROCESSOR
#[repr(C)]pub struct DXVAHDETW_DESTROYVIDEOPROCESSOR {
pub pObject: u64,
}
Fields§
§pObject: u64
Trait Implementations§
§impl Clone for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Clone for DXVAHDETW_DESTROYVIDEOPROCESSOR
§fn clone(&self) -> DXVAHDETW_DESTROYVIDEOPROCESSOR
fn clone(&self) -> DXVAHDETW_DESTROYVIDEOPROCESSOR
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_DESTROYVIDEOPROCESSOR
impl Debug for DXVAHDETW_DESTROYVIDEOPROCESSOR
§impl Default for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Default for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Copy for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl StructuralPartialEq for DXVAHDETW_DESTROYVIDEOPROCESSOR
Auto Trait Implementations§
impl Freeze for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl RefUnwindSafe for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Send for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Sync for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Unpin for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl UnwindSafe for DXVAHDETW_DESTROYVIDEOPROCESSOR
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