Struct microsoft_dia::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<'a> From<&'a IDiaImageData> for &'a IUnknown
impl<'a> From<&'a IDiaImageData> for &'a IUnknown
fn from(value: &'a IDiaImageData) -> Self
fn from(value: &'a 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 Vtable for IDiaImageData
impl Vtable for IDiaImageData
type Vtable = IDiaImageData_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 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
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