#[repr(C)]pub struct ICodeInstallVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall) -> ULONG>,
pub GetWindow: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>,
pub OnCodeInstallProblem: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, ulStatusCode: ULONG, szDestination: LPCWSTR, szSource: LPCWSTR, dwReserved: DWORD) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall) -> ULONG>§GetWindow: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>§OnCodeInstallProblem: Option<unsafe extern "stdcall" fn(This: *mut ICodeInstall, ulStatusCode: ULONG, szDestination: LPCWSTR, szSource: LPCWSTR, dwReserved: DWORD) -> HRESULT>Trait Implementations§
Source§impl Clone for ICodeInstallVtbl
impl Clone for ICodeInstallVtbl
Source§fn clone(&self) -> ICodeInstallVtbl
fn clone(&self) -> ICodeInstallVtbl
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 ICodeInstallVtbl
Auto Trait Implementations§
impl Freeze for ICodeInstallVtbl
impl RefUnwindSafe for ICodeInstallVtbl
impl Send for ICodeInstallVtbl
impl Sync for ICodeInstallVtbl
impl Unpin for ICodeInstallVtbl
impl UnwindSafe for ICodeInstallVtbl
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