Struct IVMRSurfaceAllocatorNotify_Vtbl
#[repr(C)]pub struct IVMRSurfaceAllocatorNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub AdviseSurfaceAllocator: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut c_void) -> HRESULT,
pub SetDDrawDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT,
pub ChangeDDrawDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT,
pub RestoreDDrawSurfaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub NotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT,
pub SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§AdviseSurfaceAllocator: unsafe extern "system" fn(_: *mut c_void, _: usize, _: *mut c_void) -> HRESULT§SetDDrawDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT§ChangeDDrawDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HMONITOR) -> HRESULT§RestoreDDrawSurfaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§NotifyEvent: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize, _: isize) -> HRESULT§SetBorderColor: unsafe extern "system" fn(_: *mut c_void, _: COLORREF) -> HRESULTImplementations§
§impl IVMRSurfaceAllocatorNotify_Vtbl
impl IVMRSurfaceAllocatorNotify_Vtbl
pub const fn new<Identity: IVMRSurfaceAllocatorNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVMRSurfaceAllocatorNotify_Vtbl
impl RefUnwindSafe for IVMRSurfaceAllocatorNotify_Vtbl
impl Send for IVMRSurfaceAllocatorNotify_Vtbl
impl Sync for IVMRSurfaceAllocatorNotify_Vtbl
impl Unpin for IVMRSurfaceAllocatorNotify_Vtbl
impl UnwindSafe for IVMRSurfaceAllocatorNotify_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