Struct ICLRDebugManager_Vtbl
#[repr(C)]pub struct ICLRDebugManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub BeginConnection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetConnectionTasks: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const *mut c_void) -> HRESULT,
pub EndConnection: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetDacl: unsafe extern "system" fn(_: *mut c_void, _: *const ACL) -> HRESULT,
pub GetDacl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ACL) -> HRESULT,
pub IsDebuggerAttached: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetSymbolReadingPolicy: unsafe extern "system" fn(_: *mut c_void, _: ESymbolReadingPolicy) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BeginConnection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetConnectionTasks: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const *mut c_void) -> HRESULT
§EndConnection: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetDacl: unsafe extern "system" fn(_: *mut c_void, _: *const ACL) -> HRESULT
§GetDacl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ACL) -> HRESULT
§IsDebuggerAttached: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetSymbolReadingPolicy: unsafe extern "system" fn(_: *mut c_void, _: ESymbolReadingPolicy) -> HRESULT
Implementations§
§impl ICLRDebugManager_Vtbl
impl ICLRDebugManager_Vtbl
pub const fn new<Identity: ICLRDebugManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRDebugManager_Vtbl
impl RefUnwindSafe for ICLRDebugManager_Vtbl
impl Send for ICLRDebugManager_Vtbl
impl Sync for ICLRDebugManager_Vtbl
impl Unpin for ICLRDebugManager_Vtbl
impl UnwindSafe for ICLRDebugManager_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