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 ComInterface for IDiaImageData
impl ComInterface for IDiaImageData
§impl Debug for IDiaImageData
impl Debug for IDiaImageData
§impl Interface for IDiaImageData
impl Interface 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.