Struct IWizardExtension_Vtbl
#[repr(C)]pub struct IWizardExtension_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub AddPages: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE, _: u32, _: *mut u32) -> HRESULT,
    pub GetFirstPage: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE) -> HRESULT,
    pub GetLastPage: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§AddPages: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE, _: u32, _: *mut u32) -> HRESULT§GetFirstPage: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE) -> HRESULT§GetLastPage: unsafe extern "system" fn(_: *mut c_void, _: *mut HPROPSHEETPAGE) -> HRESULTImplementations§
§impl IWizardExtension_Vtbl
 
impl IWizardExtension_Vtbl
pub const fn new<Identity: IWizardExtension_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWizardExtension_Vtbl
impl RefUnwindSafe for IWizardExtension_Vtbl
impl Send for IWizardExtension_Vtbl
impl Sync for IWizardExtension_Vtbl
impl Unpin for IWizardExtension_Vtbl
impl UnwindSafe for IWizardExtension_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