#[repr(C)]pub struct IInternetBindInfoVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo) -> ULONG>,
pub GetBindInfo: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, grfBINDF: *mut DWORD, pbindinfo: *mut BINDINFO) -> HRESULT>,
pub GetBindString: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, ulStringType: ULONG, ppwzStr: *mut LPOLESTR, cEl: ULONG, pcElFetched: *mut ULONG) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo) -> ULONG>§GetBindInfo: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, grfBINDF: *mut DWORD, pbindinfo: *mut BINDINFO) -> HRESULT>§GetBindString: Option<unsafe extern "stdcall" fn(This: *mut IInternetBindInfo, ulStringType: ULONG, ppwzStr: *mut LPOLESTR, cEl: ULONG, pcElFetched: *mut ULONG) -> HRESULT>Trait Implementations§
Source§impl Clone for IInternetBindInfoVtbl
impl Clone for IInternetBindInfoVtbl
Source§fn clone(&self) -> IInternetBindInfoVtbl
fn clone(&self) -> IInternetBindInfoVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IInternetBindInfoVtbl
Auto Trait Implementations§
impl Freeze for IInternetBindInfoVtbl
impl RefUnwindSafe for IInternetBindInfoVtbl
impl Send for IInternetBindInfoVtbl
impl Sync for IInternetBindInfoVtbl
impl Unpin for IInternetBindInfoVtbl
impl UnwindSafe for IInternetBindInfoVtbl
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