Struct IPopupMenu_Vtbl
#[repr(C)]pub struct IPopupMenu_Vtbl {
pub base__: IInspectable_Vtbl,
pub Commands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShowAsync: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut *mut c_void) -> HRESULT,
pub ShowAsyncWithRect: unsafe extern "system" fn(_: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT,
pub ShowAsyncWithRectAndPlacement: unsafe extern "system" fn(_: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Commands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ShowAsync: unsafe extern "system" fn(_: *mut c_void, _: Point, _: *mut *mut c_void) -> HRESULT§ShowAsyncWithRect: unsafe extern "system" fn(_: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT§ShowAsyncWithRectAndPlacement: unsafe extern "system" fn(_: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPopupMenu_Vtbl
impl RefUnwindSafe for IPopupMenu_Vtbl
impl Send for IPopupMenu_Vtbl
impl Sync for IPopupMenu_Vtbl
impl Unpin for IPopupMenu_Vtbl
impl UnwindSafe for IPopupMenu_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