#[repr(transparent)]pub struct IDiaInputAssemblyFile(_);Implementations
impl IDiaInputAssemblyFile
impl IDiaInputAssemblyFile
pub unsafe fn uniqueId(&self) -> Result<u32>
pub unsafe fn index(&self) -> Result<u32>
pub unsafe fn timestamp(&self) -> Result<u32>
pub unsafe fn pdbAvailableAtILMerge(&self) -> Result<BOOL>
pub unsafe fn fileName(&self) -> Result<BSTR>
pub unsafe fn get_version(
&self,
pcbdata: *mut u32,
pbdata: &mut [u8]
) -> Result<()>
Trait Implementations
impl Clone for IDiaInputAssemblyFile
impl Clone for IDiaInputAssemblyFile
impl Debug for IDiaInputAssemblyFile
impl Debug for IDiaInputAssemblyFile
impl<'a> From<&'a IDiaInputAssemblyFile> for &'a IUnknown
impl<'a> From<&'a IDiaInputAssemblyFile> for &'a IUnknown
fn from(value: &'a IDiaInputAssemblyFile) -> Self
fn from(value: &'a IDiaInputAssemblyFile) -> Self
Converts to this type from the input type.
impl From<&IDiaInputAssemblyFile> for IUnknown
impl From<&IDiaInputAssemblyFile> for IUnknown
fn from(value: &IDiaInputAssemblyFile) -> Self
fn from(value: &IDiaInputAssemblyFile) -> Self
Converts to this type from the input type.
impl From<IDiaInputAssemblyFile> for IUnknown
impl From<IDiaInputAssemblyFile> for IUnknown
fn from(value: IDiaInputAssemblyFile) -> Self
fn from(value: IDiaInputAssemblyFile) -> Self
Converts to this type from the input type.
impl Interface for IDiaInputAssemblyFile
impl Interface for IDiaInputAssemblyFile
impl PartialEq<IDiaInputAssemblyFile> for IDiaInputAssemblyFile
impl PartialEq<IDiaInputAssemblyFile> for IDiaInputAssemblyFile
impl Vtable for IDiaInputAssemblyFile
impl Vtable for IDiaInputAssemblyFile
type Vtable = IDiaInputAssemblyFile_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 IDiaInputAssemblyFile
Auto Trait Implementations
impl RefUnwindSafe for IDiaInputAssemblyFile
impl !Send for IDiaInputAssemblyFile
impl !Sync for IDiaInputAssemblyFile
impl Unpin for IDiaInputAssemblyFile
impl UnwindSafe for IDiaInputAssemblyFile
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