Struct IWebWizardExtension_Vtbl
#[repr(C)]pub struct IWebWizardExtension_Vtbl {
pub base__: IWizardExtension_Vtbl,
pub SetInitialURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetErrorURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IWizardExtension_Vtbl
§SetInitialURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetErrorURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IWebWizardExtension_Vtbl
impl IWebWizardExtension_Vtbl
pub const fn new<Identity: IWebWizardExtension_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWebWizardExtension_Vtbl
impl RefUnwindSafe for IWebWizardExtension_Vtbl
impl Send for IWebWizardExtension_Vtbl
impl Sync for IWebWizardExtension_Vtbl
impl Unpin for IWebWizardExtension_Vtbl
impl UnwindSafe for IWebWizardExtension_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