Struct microsoft_dia::bindings::IDiaImageData
#[repr(transparent)]pub struct IDiaImageData(_);Implementations§
§impl IDiaImageData
impl IDiaImageData
pub unsafe fn relativeVirtualAddress(&self) -> Result<u32>
pub unsafe fn virtualAddress(&self) -> Result<u64>
pub unsafe fn imageBase(&self) -> Result<u64>
Trait Implementations§
§impl Clone for IDiaImageData
impl Clone for IDiaImageData
§impl Debug for IDiaImageData
impl Debug for IDiaImageData
§impl From<&IDiaImageData> for &IUnknown
impl From<&IDiaImageData> for &IUnknown
§fn from(value: &IDiaImageData) -> Self
fn from(value: &IDiaImageData) -> Self
Converts to this type from the input type.
§impl From<&IDiaImageData> for IUnknown
impl From<&IDiaImageData> for IUnknown
§fn from(value: &IDiaImageData) -> Self
fn from(value: &IDiaImageData) -> Self
Converts to this type from the input type.
§impl From<IDiaImageData> for IUnknown
impl From<IDiaImageData> for IUnknown
§fn from(value: IDiaImageData) -> Self
fn from(value: IDiaImageData) -> Self
Converts to this type from the input type.
§impl Interface for IDiaImageData
impl Interface for IDiaImageData
§impl PartialEq<IDiaImageData> for IDiaImageData
impl PartialEq<IDiaImageData> for IDiaImageData
§impl RuntimeName for IDiaImageData
impl RuntimeName for IDiaImageData
§impl Vtable for IDiaImageData
impl Vtable for IDiaImageData
type Vtable = IDiaImageData_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.