Struct IAMVideoAcceleratorNotify_Vtbl
#[repr(C)]pub struct IAMVideoAcceleratorNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetUncompSurfacesInfo: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut AMVAUncompBufferInfo) -> HRESULT,
pub SetUncompSurfacesInfo: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetCreateVideoAcceleratorData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetUncompSurfacesInfo: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut AMVAUncompBufferInfo) -> HRESULT
§SetUncompSurfacesInfo: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetCreateVideoAcceleratorData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IAMVideoAcceleratorNotify_Vtbl
impl IAMVideoAcceleratorNotify_Vtbl
pub const fn new<Identity: IAMVideoAcceleratorNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMVideoAcceleratorNotify_Vtbl
impl RefUnwindSafe for IAMVideoAcceleratorNotify_Vtbl
impl Send for IAMVideoAcceleratorNotify_Vtbl
impl Sync for IAMVideoAcceleratorNotify_Vtbl
impl Unpin for IAMVideoAcceleratorNotify_Vtbl
impl UnwindSafe for IAMVideoAcceleratorNotify_Vtbl
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