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.
§impl PartialEq<IDiaImageData> for IDiaImageData
impl PartialEq<IDiaImageData> for IDiaImageData
impl Eq for IDiaImageData
Auto Trait Implementations§
impl RefUnwindSafe for IDiaImageData
impl !Send for IDiaImageData
impl !Sync for IDiaImageData
impl Unpin for IDiaImageData
impl UnwindSafe for IDiaImageData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more