#[repr(C)]pub struct IWindowForBindingUI_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut HWND) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut HWND) -> HRESULT
Implementations§
§impl IWindowForBindingUI_Vtbl
impl IWindowForBindingUI_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWindowForBindingUI_Vtblwhere
Identity: IWindowForBindingUI_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowForBindingUI_Vtbl
impl RefUnwindSafe for IWindowForBindingUI_Vtbl
impl Send for IWindowForBindingUI_Vtbl
impl Sync for IWindowForBindingUI_Vtbl
impl Unpin for IWindowForBindingUI_Vtbl
impl UnwindSafe for IWindowForBindingUI_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