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