#[repr(C)]pub struct DXVAHDETW_DESTROYVIDEOPROCESSOR {
pub pObject: u64,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’
Fields
pObject: u64
Trait Implementations
impl Clone for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Clone for DXVAHDETW_DESTROYVIDEOPROCESSOR
impl Copy for DXVAHDETW_DESTROYVIDEOPROCESSOR
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more