Struct microsoft_dia::IDiaLoadCallback2
[−]#[repr(transparent)]pub struct IDiaLoadCallback2(_);Implementations
impl IDiaLoadCallback2
impl IDiaLoadCallback2
pub unsafe fn NotifyDebugDir<'a, P0>(
&self,
fexecutable: P0,
pbdata: &[u8]
) -> Result<()>where
P0: Into<BOOL>,
pub unsafe fn NotifyOpenDBG<'a, P0>(
&self,
dbgpath: P0,
resultcode: HRESULT
) -> Result<()>where
P0: Into<PCWSTR>,
pub unsafe fn NotifyOpenPDB<'a, P0>(
&self,
pdbpath: P0,
resultcode: HRESULT
) -> Result<()>where
P0: Into<PCWSTR>,
pub unsafe fn RestrictRegistryAccess(&self) -> Result<()>
pub unsafe fn RestrictSymbolServerAccess(&self) -> Result<()>
pub unsafe fn RestrictOriginalPathAccess(&self) -> Result<()>
pub unsafe fn RestrictReferencePathAccess(&self) -> Result<()>
pub unsafe fn RestrictDBGAccess(&self) -> Result<()>
pub unsafe fn RestrictSystemRootAccess(&self) -> Result<()>
Trait Implementations
impl Clone for IDiaLoadCallback2
impl Clone for IDiaLoadCallback2
impl Debug for IDiaLoadCallback2
impl Debug for IDiaLoadCallback2
impl<'a> From<&'a IDiaLoadCallback2> for &'a IDiaLoadCallback
impl<'a> From<&'a IDiaLoadCallback2> for &'a IDiaLoadCallback
fn from(value: &'a IDiaLoadCallback2) -> Self
fn from(value: &'a IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl<'a> From<&'a IDiaLoadCallback2> for &'a IUnknown
impl<'a> From<&'a IDiaLoadCallback2> for &'a IUnknown
fn from(value: &'a IDiaLoadCallback2) -> Self
fn from(value: &'a IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl From<&IDiaLoadCallback2> for IDiaLoadCallback
impl From<&IDiaLoadCallback2> for IDiaLoadCallback
fn from(value: &IDiaLoadCallback2) -> Self
fn from(value: &IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl From<&IDiaLoadCallback2> for IUnknown
impl From<&IDiaLoadCallback2> for IUnknown
fn from(value: &IDiaLoadCallback2) -> Self
fn from(value: &IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl From<IDiaLoadCallback2> for IDiaLoadCallback
impl From<IDiaLoadCallback2> for IDiaLoadCallback
fn from(value: IDiaLoadCallback2) -> Self
fn from(value: IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl From<IDiaLoadCallback2> for IUnknown
impl From<IDiaLoadCallback2> for IUnknown
fn from(value: IDiaLoadCallback2) -> Self
fn from(value: IDiaLoadCallback2) -> Self
Converts to this type from the input type.
impl Interface for IDiaLoadCallback2
impl Interface for IDiaLoadCallback2
impl PartialEq<IDiaLoadCallback2> for IDiaLoadCallback2
impl PartialEq<IDiaLoadCallback2> for IDiaLoadCallback2
impl Vtable for IDiaLoadCallback2
impl Vtable for IDiaLoadCallback2
type Vtable = IDiaLoadCallback2_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 IDiaLoadCallback2
Auto Trait Implementations
impl RefUnwindSafe for IDiaLoadCallback2
impl !Send for IDiaLoadCallback2
impl !Sync for IDiaLoadCallback2
impl Unpin for IDiaLoadCallback2
impl UnwindSafe for IDiaLoadCallback2
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