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