Struct microsoft_dia::IDiaStackWalker2
[−]#[repr(transparent)]pub struct IDiaStackWalker2(_);Implementations
impl IDiaStackWalker2
impl IDiaStackWalker2
pub unsafe fn getEnumFrames<'a, P0>(
&self,
phelper: P0
) -> Result<IDiaEnumStackFrames>where
P0: Into<InParam<'a, IDiaStackWalkHelper>>,
pub unsafe fn getEnumFrames2<'a, P0>(
&self,
cpuid: CV_CPU_TYPE_e,
phelper: P0
) -> Result<IDiaEnumStackFrames>where
P0: Into<InParam<'a, IDiaStackWalkHelper>>,
Trait Implementations
impl Clone for IDiaStackWalker2
impl Clone for IDiaStackWalker2
impl Debug for IDiaStackWalker2
impl Debug for IDiaStackWalker2
impl<'a> From<&'a IDiaStackWalker2> for &'a IDiaStackWalker
impl<'a> From<&'a IDiaStackWalker2> for &'a IDiaStackWalker
fn from(value: &'a IDiaStackWalker2) -> Self
fn from(value: &'a IDiaStackWalker2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiaStackWalker2> for &'a IUnknown
impl<'a> From<&'a IDiaStackWalker2> for &'a IUnknown
fn from(value: &'a IDiaStackWalker2) -> Self
fn from(value: &'a 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<&IDiaStackWalker2> for IUnknown
impl From<&IDiaStackWalker2> for IUnknown
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<IDiaStackWalker2> for IUnknown
impl From<IDiaStackWalker2> for IUnknown
fn from(value: IDiaStackWalker2) -> Self
fn from(value: IDiaStackWalker2) -> Self
Converts to this type from the input type.
impl Interface for IDiaStackWalker2
impl Interface for IDiaStackWalker2
impl PartialEq<IDiaStackWalker2> for IDiaStackWalker2
impl PartialEq<IDiaStackWalker2> for IDiaStackWalker2
impl Vtable for IDiaStackWalker2
impl Vtable for IDiaStackWalker2
type Vtable = IDiaStackWalker2_Vtbl
sourcefn 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.sourcefn 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.
impl Eq for IDiaStackWalker2
Auto Trait Implementations
impl RefUnwindSafe for IDiaStackWalker2
impl !Send for IDiaStackWalker2
impl !Sync for IDiaStackWalker2
impl Unpin for IDiaStackWalker2
impl UnwindSafe for IDiaStackWalker2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more