IWebBrowserVtbl

Struct IWebBrowserVtbl 

Source
#[repr(C)]
pub struct IWebBrowserVtbl {
Show 26 fields pub parent: IDispatchVtbl, pub GoBack: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub GoForward: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub GoHome: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub GoSearch: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub Navigate: unsafe extern "system" fn(This: *mut IWebBrowser, URL: BSTR, Flags: *const VARIANT, TargetFrameName: *const VARIANT, PostData: *const VARIANT, Headers: *const VARIANT) -> HRESULT, pub Refresh: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub Refresh2: unsafe extern "system" fn(This: *mut IWebBrowser, Level: *const VARIANT) -> HRESULT, pub Stop: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT, pub get_Application: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT, pub get_Parent: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT, pub get_Container: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT, pub get_Document: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT, pub get_TopLevelContainer: unsafe extern "system" fn(This: *mut IWebBrowser, pBool: *mut VARIANT_BOOL) -> HRESULT, pub get_Type: unsafe extern "system" fn(This: *mut IWebBrowser, Type: *mut BSTR) -> HRESULT, pub get_Left: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT, pub put_Left: unsafe extern "system" fn(This: *mut IWebBrowser, Left: LONG) -> HRESULT, pub get_Top: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT, pub put_Top: unsafe extern "system" fn(This: *mut IWebBrowser, Top: LONG) -> HRESULT, pub get_Width: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT, pub put_Width: unsafe extern "system" fn(This: *mut IWebBrowser, Width: LONG) -> HRESULT, pub get_Height: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT, pub put_Height: unsafe extern "system" fn(This: *mut IWebBrowser, Height: LONG) -> HRESULT, pub get_LocationName: unsafe extern "system" fn(This: *mut IWebBrowser, LocationName: *mut BSTR) -> HRESULT, pub get_LocationURL: unsafe extern "system" fn(This: *mut IWebBrowser, LocationURL: *mut BSTR) -> HRESULT, pub get_Busy: unsafe extern "system" fn(This: *mut IWebBrowser, pBool: *mut VARIANT_BOOL) -> HRESULT,
}

Fields§

§parent: IDispatchVtbl§GoBack: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§GoForward: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§GoHome: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§GoSearch: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§Navigate: unsafe extern "system" fn(This: *mut IWebBrowser, URL: BSTR, Flags: *const VARIANT, TargetFrameName: *const VARIANT, PostData: *const VARIANT, Headers: *const VARIANT) -> HRESULT§Refresh: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§Refresh2: unsafe extern "system" fn(This: *mut IWebBrowser, Level: *const VARIANT) -> HRESULT§Stop: unsafe extern "system" fn(This: *mut IWebBrowser) -> HRESULT§get_Application: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT§get_Parent: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT§get_Container: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT§get_Document: unsafe extern "system" fn(This: *mut IWebBrowser, ppDisp: *mut *mut IDispatch) -> HRESULT§get_TopLevelContainer: unsafe extern "system" fn(This: *mut IWebBrowser, pBool: *mut VARIANT_BOOL) -> HRESULT§get_Type: unsafe extern "system" fn(This: *mut IWebBrowser, Type: *mut BSTR) -> HRESULT§get_Left: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT§put_Left: unsafe extern "system" fn(This: *mut IWebBrowser, Left: LONG) -> HRESULT§get_Top: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT§put_Top: unsafe extern "system" fn(This: *mut IWebBrowser, Top: LONG) -> HRESULT§get_Width: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT§put_Width: unsafe extern "system" fn(This: *mut IWebBrowser, Width: LONG) -> HRESULT§get_Height: unsafe extern "system" fn(This: *mut IWebBrowser, pl: *mut LONG) -> HRESULT§put_Height: unsafe extern "system" fn(This: *mut IWebBrowser, Height: LONG) -> HRESULT§get_LocationName: unsafe extern "system" fn(This: *mut IWebBrowser, LocationName: *mut BSTR) -> HRESULT§get_LocationURL: unsafe extern "system" fn(This: *mut IWebBrowser, LocationURL: *mut BSTR) -> HRESULT§get_Busy: unsafe extern "system" fn(This: *mut IWebBrowser, pBool: *mut VARIANT_BOOL) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.