Struct microsoft_dia::bindings::IDiaStackWalker
#[repr(transparent)]pub struct IDiaStackWalker(_);Implementations§
§impl IDiaStackWalker
impl IDiaStackWalker
pub unsafe fn getEnumFrames<P0>(
&self,
phelper: P0
) -> Result<IDiaEnumStackFrames>where
P0: Into<InParam<IDiaStackWalkHelper>>,
pub unsafe fn getEnumFrames2<P0>(
&self,
cpuid: CV_CPU_TYPE_e,
phelper: P0
) -> Result<IDiaEnumStackFrames>where
P0: Into<InParam<IDiaStackWalkHelper>>,
Trait Implementations§
§impl Clone for IDiaStackWalker
impl Clone for IDiaStackWalker
§impl Debug for IDiaStackWalker
impl Debug for IDiaStackWalker
§impl From<&IDiaStackWalker> for &IUnknown
impl From<&IDiaStackWalker> for &IUnknown
§fn from(value: &IDiaStackWalker) -> Self
fn from(value: &IDiaStackWalker) -> Self
Converts to this type from the input type.
§impl From<&IDiaStackWalker> for IUnknown
impl From<&IDiaStackWalker> for IUnknown
§fn from(value: &IDiaStackWalker) -> Self
fn from(value: &IDiaStackWalker) -> Self
Converts to this type from the input type.
§impl From<&IDiaStackWalker2> for &IDiaStackWalker
impl From<&IDiaStackWalker2> for &IDiaStackWalker
§fn from(value: &IDiaStackWalker2) -> Self
fn from(value: &IDiaStackWalker2) -> Self
Converts to this type from the input type.
§impl From<&IDiaStackWalker2> for IDiaStackWalker
impl From<&IDiaStackWalker2> for IDiaStackWalker
§fn from(value: &IDiaStackWalker2) -> Self
fn from(value: &IDiaStackWalker2) -> Self
Converts to this type from the input type.
§impl From<IDiaStackWalker> for IUnknown
impl From<IDiaStackWalker> for IUnknown
§fn from(value: IDiaStackWalker) -> Self
fn from(value: IDiaStackWalker) -> Self
Converts to this type from the input type.
§impl From<IDiaStackWalker2> for IDiaStackWalker
impl From<IDiaStackWalker2> for IDiaStackWalker
§fn from(value: IDiaStackWalker2) -> Self
fn from(value: IDiaStackWalker2) -> Self
Converts to this type from the input type.
§impl Interface for IDiaStackWalker
impl Interface for IDiaStackWalker
§impl PartialEq<IDiaStackWalker> for IDiaStackWalker
impl PartialEq<IDiaStackWalker> for IDiaStackWalker
§impl RuntimeName for IDiaStackWalker
impl RuntimeName for IDiaStackWalker
§impl Vtable for IDiaStackWalker
impl Vtable for IDiaStackWalker
type Vtable = IDiaStackWalker_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.