#[repr(C)]pub struct IDCompositionDesktopDevice_Vtbl {
pub base__: IDCompositionDevice2_Vtbl,
pub CreateTargetForHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub CreateSurfaceFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut *mut c_void) -> HRESULT,
pub CreateSurfaceFromHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDCompositionDevice2_Vtbl
§CreateTargetForHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: BOOL, _: *mut *mut c_void) -> HRESULT
§CreateSurfaceFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut *mut c_void) -> HRESULT
§CreateSurfaceFromHwnd: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDCompositionDesktopDevice_Vtbl
impl IDCompositionDesktopDevice_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionDesktopDevice_Vtblwhere
Identity: IDCompositionDesktopDevice_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionDesktopDevice_Vtbl
impl RefUnwindSafe for IDCompositionDesktopDevice_Vtbl
impl Send for IDCompositionDesktopDevice_Vtbl
impl Sync for IDCompositionDesktopDevice_Vtbl
impl Unpin for IDCompositionDesktopDevice_Vtbl
impl UnwindSafe for IDCompositionDesktopDevice_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