Struct vc6_sys::IUrlMonVtbl
source · #[repr(C)]pub struct IUrlMonVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon) -> ULONG>,
pub AsyncGetClassBits: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon, rclsid: *const CLSID, 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 "stdcall" fn(This: *mut IUrlMon, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon) -> ULONG>§AsyncGetClassBits: Option<unsafe extern "stdcall" fn(This: *mut IUrlMon, rclsid: *const CLSID, 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 moreimpl Copy for IUrlMonVtbl
Auto Trait Implementations§
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