#[repr(C)]pub struct IModalWindowVtbl {
pub parent: IUnknownVtbl,
pub Show: unsafe extern "system" fn(This: *mut IModalWindow, hwndOwner: HWND) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§Show: unsafe extern "system" fn(This: *mut IModalWindow, hwndOwner: HWND) -> HRESULTAuto Trait Implementations§
impl Freeze for IModalWindowVtbl
impl RefUnwindSafe for IModalWindowVtbl
impl Send for IModalWindowVtbl
impl Sync for IModalWindowVtbl
impl Unpin for IModalWindowVtbl
impl UnwindSafe for IModalWindowVtbl
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