Struct IVMRSurfaceAllocatorNotify9_Vtbl
#[repr(C)]pub struct IVMRSurfaceAllocatorNotify9_Vtbl {
pub base__: IUnknown_Vtbl,
pub AdviseSurfaceAllocator: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut c_void) -> HRESULT,
pub SetD3DDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT,
pub ChangeD3DDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT,
pub AllocateSurfaceHelper: unsafe extern "system" fn(_: *mut c_void, _: *const VMR9AllocationInfo, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
pub NotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AdviseSurfaceAllocator: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut c_void) -> HRESULT
§SetD3DDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT
§ChangeD3DDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT
§AllocateSurfaceHelper: unsafe extern "system" fn(_: *mut c_void, _: *const VMR9AllocationInfo, _: *mut u32, _: *mut *mut c_void) -> HRESULT
§NotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT
Implementations§
§impl IVMRSurfaceAllocatorNotify9_Vtbl
impl IVMRSurfaceAllocatorNotify9_Vtbl
pub const fn new<Identity: IVMRSurfaceAllocatorNotify9_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRSurfaceAllocatorNotify9_Vtbl
impl RefUnwindSafe for IVMRSurfaceAllocatorNotify9_Vtbl
impl Send for IVMRSurfaceAllocatorNotify9_Vtbl
impl Sync for IVMRSurfaceAllocatorNotify9_Vtbl
impl Unpin for IVMRSurfaceAllocatorNotify9_Vtbl
impl UnwindSafe for IVMRSurfaceAllocatorNotify9_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