Struct IInstallationBehavior_Vtbl
#[repr(C)]pub struct IInstallationBehavior_Vtbl {
pub base__: IDispatch_Vtbl,
pub CanRequestUserInput: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Impact: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallationImpact) -> HRESULT,
pub RebootBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallationRebootBehavior) -> HRESULT,
pub RequiresNetworkConnectivity: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CanRequestUserInput: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Impact: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallationImpact) -> HRESULT
§RebootBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallationRebootBehavior) -> HRESULT
§RequiresNetworkConnectivity: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IInstallationBehavior_Vtbl
impl IInstallationBehavior_Vtbl
pub const fn new<Identity: IInstallationBehavior_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInstallationBehavior_Vtbl
impl RefUnwindSafe for IInstallationBehavior_Vtbl
impl Send for IInstallationBehavior_Vtbl
impl Sync for IInstallationBehavior_Vtbl
impl Unpin for IInstallationBehavior_Vtbl
impl UnwindSafe for IInstallationBehavior_Vtbl
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