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