Struct windows::Win32::System::Ole::ISimpleFrameSite_Vtbl
#[repr(C)]pub struct ISimpleFrameSite_Vtbl {
pub base__: IUnknown_Vtbl,
pub PreMessageFilter: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT, _: *mut u32) -> HRESULT,
pub PostMessageFilter: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PreMessageFilter: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT, _: *mut u32) -> HRESULT
§PostMessageFilter: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT, _: u32) -> HRESULT
Implementations§
§impl ISimpleFrameSite_Vtbl
impl ISimpleFrameSite_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISimpleFrameSite_Vtblwhere
Identity: ISimpleFrameSite_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISimpleFrameSite_Vtbl
impl RefUnwindSafe for ISimpleFrameSite_Vtbl
impl Send for ISimpleFrameSite_Vtbl
impl Sync for ISimpleFrameSite_Vtbl
impl Unpin for ISimpleFrameSite_Vtbl
impl UnwindSafe for ISimpleFrameSite_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