Struct DWebBrowserEvents_Vtbl
#[repr(C)]pub struct DWebBrowserEvents_Vtbl {
pub base__: IDispatch_Vtbl,
}
Fields§
§base__: IDispatch_Vtbl
Implementations§
§impl DWebBrowserEvents_Vtbl
impl DWebBrowserEvents_Vtbl
pub const fn new<Identity: DWebBrowserEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for DWebBrowserEvents_Vtbl
impl RefUnwindSafe for DWebBrowserEvents_Vtbl
impl Send for DWebBrowserEvents_Vtbl
impl Sync for DWebBrowserEvents_Vtbl
impl Unpin for DWebBrowserEvents_Vtbl
impl UnwindSafe for DWebBrowserEvents_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