#[repr(C)]pub struct INetCfgComponentSetup_Vtbl {
pub base__: IUnknown_Vtbl,
pub Install: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Upgrade: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub ReadAnswerFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub Removing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Install: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Upgrade: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§ReadAnswerFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§Removing: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl INetCfgComponentSetup_Vtbl
impl INetCfgComponentSetup_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> INetCfgComponentSetup_Vtblwhere
Identity: INetCfgComponentSetup_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetCfgComponentSetup_Vtbl
impl RefUnwindSafe for INetCfgComponentSetup_Vtbl
impl Send for INetCfgComponentSetup_Vtbl
impl Sync for INetCfgComponentSetup_Vtbl
impl Unpin for INetCfgComponentSetup_Vtbl
impl UnwindSafe for INetCfgComponentSetup_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