Struct INetCfgSysPrep_Vtbl
#[repr(C)]pub struct INetCfgSysPrep_Vtbl {
pub base__: IUnknown_Vtbl,
pub HrSetupSetFirstDword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub HrSetupSetFirstString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub HrSetupSetFirstStringAsBool: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL) -> HRESULT,
pub HrSetupSetFirstMultiSzField: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§HrSetupSetFirstDword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT
§HrSetupSetFirstString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
§HrSetupSetFirstStringAsBool: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: BOOL) -> HRESULT
§HrSetupSetFirstMultiSzField: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl INetCfgSysPrep_Vtbl
impl INetCfgSysPrep_Vtbl
pub const fn new<Identity: INetCfgSysPrep_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetCfgSysPrep_Vtbl
impl RefUnwindSafe for INetCfgSysPrep_Vtbl
impl Send for INetCfgSysPrep_Vtbl
impl Sync for INetCfgSysPrep_Vtbl
impl Unpin for INetCfgSysPrep_Vtbl
impl UnwindSafe for INetCfgSysPrep_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