Struct IDebugBreakpoint2_Vtbl
#[repr(C)]pub struct IDebugBreakpoint2_Vtbl {Show 26 fields
pub base__: IUnknown_Vtbl,
pub GetId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetAdder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AddFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub RemoveFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub GetDataParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub SetDataParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetPassCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetPassCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetCurrentPassCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetMatchThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetMatchThreadId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetCommand: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetCommand: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub GetOffsetExpression: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetOffsetExpression: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub GetParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DEBUG_BREAKPOINT_PARAMETERS) -> HRESULT,
pub GetCommandWide: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetCommandWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetOffsetExpressionWide: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetOffsetExpressionWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetAdder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AddFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§RemoveFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§GetDataParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§SetDataParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetPassCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetPassCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetCurrentPassCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetMatchThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetMatchThreadId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetCommand: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT
§SetCommand: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT
§GetOffsetExpression: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: u32, _: *mut u32) -> HRESULT
§SetOffsetExpression: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT
§GetParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut DEBUG_BREAKPOINT_PARAMETERS) -> HRESULT
§GetCommandWide: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§SetCommandWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetOffsetExpressionWide: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§SetOffsetExpressionWide: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IDebugBreakpoint2_Vtbl
impl IDebugBreakpoint2_Vtbl
pub const fn new<Identity: IDebugBreakpoint2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugBreakpoint2_Vtbl
impl RefUnwindSafe for IDebugBreakpoint2_Vtbl
impl Send for IDebugBreakpoint2_Vtbl
impl Sync for IDebugBreakpoint2_Vtbl
impl Unpin for IDebugBreakpoint2_Vtbl
impl UnwindSafe for IDebugBreakpoint2_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