#[repr(C)]pub struct ICodeInstallVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ICodeInstall, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ICodeInstall) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ICodeInstall) -> ULONG>,
pub GetWindow: Option<unsafe extern "C" fn(This: *mut ICodeInstall, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>,
pub OnCodeInstallProblem: Option<unsafe extern "C" fn(This: *mut ICodeInstall, ulStatusCode: ULONG, szDestination: LPCWSTR, szSource: LPCWSTR, dwReserved: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ICodeInstall, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ICodeInstall) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ICodeInstall) -> ULONG>
§GetWindow: Option<unsafe extern "C" fn(This: *mut ICodeInstall, rguidReason: *const GUID, phwnd: *mut HWND) -> HRESULT>
§OnCodeInstallProblem: Option<unsafe extern "C" 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 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 ICodeInstallVtbl
impl Debug for ICodeInstallVtbl
Source§impl Ord for ICodeInstallVtbl
impl Ord for ICodeInstallVtbl
Source§fn cmp(&self, other: &ICodeInstallVtbl) -> Ordering
fn cmp(&self, other: &ICodeInstallVtbl) -> 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 ICodeInstallVtbl
impl PartialEq for ICodeInstallVtbl
Source§impl PartialOrd for ICodeInstallVtbl
impl PartialOrd for ICodeInstallVtbl
impl Copy for ICodeInstallVtbl
impl Eq for ICodeInstallVtbl
impl StructuralPartialEq 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