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