Struct windows::Win32::Networking::Clustering::IWCWizardCallback_Vtbl
#[repr(C)]pub struct IWCWizardCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddWizardPage: unsafe extern "system" fn(_: *mut c_void, _: *const i32) -> HRESULT,
pub EnableNext: unsafe extern "system" fn(_: *mut c_void, _: *const i32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddWizardPage: unsafe extern "system" fn(_: *mut c_void, _: *const i32) -> HRESULT
§EnableNext: unsafe extern "system" fn(_: *mut c_void, _: *const i32, _: BOOL) -> HRESULT
Implementations§
§impl IWCWizardCallback_Vtbl
impl IWCWizardCallback_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWCWizardCallback_Vtblwhere
Identity: IWCWizardCallback_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWCWizardCallback_Vtbl
impl RefUnwindSafe for IWCWizardCallback_Vtbl
impl Send for IWCWizardCallback_Vtbl
impl Sync for IWCWizardCallback_Vtbl
impl Unpin for IWCWizardCallback_Vtbl
impl UnwindSafe for IWCWizardCallback_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