#[repr(transparent)]pub struct IDiaReadExeAtOffsetCallback(_);Implementations§
Trait Implementations§
§impl Clone for IDiaReadExeAtOffsetCallback
impl Clone for IDiaReadExeAtOffsetCallback
§impl ComInterface for IDiaReadExeAtOffsetCallback
impl ComInterface for IDiaReadExeAtOffsetCallback
§impl Debug for IDiaReadExeAtOffsetCallback
impl Debug for IDiaReadExeAtOffsetCallback
§impl Interface for IDiaReadExeAtOffsetCallback
impl Interface for IDiaReadExeAtOffsetCallback
type Vtable = IDiaReadExeAtOffsetCallback_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 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§
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