#[repr(C)]pub struct IEditionUpgradeBroker_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitializeParentWindow: unsafe extern "system" fn(_: *mut c_void, _: OLE_HANDLE) -> HRESULT,
pub UpdateOperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub ShowProductKeyUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CanUpgrade: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitializeParentWindow: unsafe extern "system" fn(_: *mut c_void, _: OLE_HANDLE) -> HRESULT
§UpdateOperatingSystem: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§ShowProductKeyUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CanUpgrade: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IEditionUpgradeBroker_Vtbl
impl IEditionUpgradeBroker_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IEditionUpgradeBroker_Vtblwhere
Identity: IEditionUpgradeBroker_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEditionUpgradeBroker_Vtbl
impl RefUnwindSafe for IEditionUpgradeBroker_Vtbl
impl Send for IEditionUpgradeBroker_Vtbl
impl Sync for IEditionUpgradeBroker_Vtbl
impl Unpin for IEditionUpgradeBroker_Vtbl
impl UnwindSafe for IEditionUpgradeBroker_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