Struct windows::Win32::System::ClrHosting::ICLRControl_Vtbl
#[repr(C)]pub struct ICLRControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCLRManager: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub SetAppDomainManagerType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCLRManager: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§SetAppDomainManagerType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl ICLRControl_Vtbl
impl ICLRControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRControl_Vtblwhere
Identity: ICLRControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRControl_Vtbl
impl RefUnwindSafe for ICLRControl_Vtbl
impl Send for ICLRControl_Vtbl
impl Sync for ICLRControl_Vtbl
impl Unpin for ICLRControl_Vtbl
impl UnwindSafe for ICLRControl_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