#[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<'a> From<&'a IDiaReadExeAtOffsetCallback> for &'a IUnknown
impl<'a> From<&'a IDiaReadExeAtOffsetCallback> for &'a IUnknown
fn from(value: &'a IDiaReadExeAtOffsetCallback) -> Self
fn from(value: &'a 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 PartialEq<IDiaReadExeAtOffsetCallback> for IDiaReadExeAtOffsetCallback
impl PartialEq<IDiaReadExeAtOffsetCallback> for IDiaReadExeAtOffsetCallback
impl Vtable for IDiaReadExeAtOffsetCallback
impl Vtable for IDiaReadExeAtOffsetCallback
type Vtable = IDiaReadExeAtOffsetCallback_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 IDiaReadExeAtOffsetCallback
Auto Trait Implementations
impl RefUnwindSafe for IDiaReadExeAtOffsetCallback
impl !Send for IDiaReadExeAtOffsetCallback
impl !Sync for IDiaReadExeAtOffsetCallback
impl Unpin for IDiaReadExeAtOffsetCallback
impl UnwindSafe for IDiaReadExeAtOffsetCallback
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