#[repr(C)]pub struct IUrlMonVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IUrlMon, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IUrlMon) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IUrlMon) -> ULONG>,
pub AsyncGetClassBits: Option<unsafe extern "C" fn(This: *mut IUrlMon, rclsid: *const IID, pszTYPE: LPCWSTR, pszExt: LPCWSTR, dwFileVersionMS: DWORD, dwFileVersionLS: DWORD, pszCodeBase: LPCWSTR, pbc: *mut IBindCtx, dwClassContext: DWORD, riid: *const IID, flags: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IUrlMon, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IUrlMon) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IUrlMon) -> ULONG>
§AsyncGetClassBits: Option<unsafe extern "C" fn(This: *mut IUrlMon, rclsid: *const IID, pszTYPE: LPCWSTR, pszExt: LPCWSTR, dwFileVersionMS: DWORD, dwFileVersionLS: DWORD, pszCodeBase: LPCWSTR, pbc: *mut IBindCtx, dwClassContext: DWORD, riid: *const IID, flags: DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IUrlMonVtbl
impl Clone for IUrlMonVtbl
Source§fn clone(&self) -> IUrlMonVtbl
fn clone(&self) -> IUrlMonVtbl
Returns a copy 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 moreSource§impl Debug for IUrlMonVtbl
impl Debug for IUrlMonVtbl
Source§impl Ord for IUrlMonVtbl
impl Ord for IUrlMonVtbl
Source§fn cmp(&self, other: &IUrlMonVtbl) -> Ordering
fn cmp(&self, other: &IUrlMonVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IUrlMonVtbl
impl PartialEq for IUrlMonVtbl
Source§impl PartialOrd for IUrlMonVtbl
impl PartialOrd for IUrlMonVtbl
impl Copy for IUrlMonVtbl
impl Eq for IUrlMonVtbl
impl StructuralPartialEq for IUrlMonVtbl
Auto Trait Implementations§
impl Freeze for IUrlMonVtbl
impl RefUnwindSafe for IUrlMonVtbl
impl Send for IUrlMonVtbl
impl Sync for IUrlMonVtbl
impl Unpin for IUrlMonVtbl
impl UnwindSafe for IUrlMonVtbl
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