Struct windows::Win32::Web::InternetExplorer::ITargetNotify_Vtbl
#[repr(C)]pub struct ITargetNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnCreate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub OnReuse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnCreate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§OnReuse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITargetNotify_Vtbl
impl ITargetNotify_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITargetNotify_Vtblwhere
Identity: ITargetNotify_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITargetNotify_Vtbl
impl RefUnwindSafe for ITargetNotify_Vtbl
impl Send for ITargetNotify_Vtbl
impl Sync for ITargetNotify_Vtbl
impl Unpin for ITargetNotify_Vtbl
impl UnwindSafe for ITargetNotify_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