#[repr(transparent)]pub struct IDiaReadExeAtOffsetCallback(_);Implementations§
Trait Implementations§
§impl Clone for IDiaReadExeAtOffsetCallback
impl Clone for IDiaReadExeAtOffsetCallback
§impl Debug for IDiaReadExeAtOffsetCallback
impl Debug for IDiaReadExeAtOffsetCallback
§impl From<&IDiaReadExeAtOffsetCallback> for &IUnknown
impl From<&IDiaReadExeAtOffsetCallback> for &IUnknown
§fn from(value: &IDiaReadExeAtOffsetCallback) -> Self
fn from(value: &IDiaReadExeAtOffsetCallback) -> Self
Converts to this type from the input type.
§impl From<&IDiaReadExeAtOffsetCallback> for IUnknown
impl From<&IDiaReadExeAtOffsetCallback> for IUnknown
§fn from(value: &IDiaReadExeAtOffsetCallback) -> Self
fn from(value: &IDiaReadExeAtOffsetCallback) -> Self
Converts to this type from the input type.
§impl From<IDiaReadExeAtOffsetCallback> for IUnknown
impl From<IDiaReadExeAtOffsetCallback> for IUnknown
§fn from(value: IDiaReadExeAtOffsetCallback) -> Self
fn from(value: IDiaReadExeAtOffsetCallback) -> Self
Converts to this type from the input type.
§impl Interface for IDiaReadExeAtOffsetCallback
impl Interface for IDiaReadExeAtOffsetCallback
§impl RuntimeName for IDiaReadExeAtOffsetCallback
impl RuntimeName for IDiaReadExeAtOffsetCallback
§impl Vtable for IDiaReadExeAtOffsetCallback
impl Vtable for IDiaReadExeAtOffsetCallback
type Vtable = IDiaReadExeAtOffsetCallback_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.