Struct microsoft_dia::bindings::IDiaInputAssemblyFile
#[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 ComInterface for IDiaInputAssemblyFile
impl ComInterface for IDiaInputAssemblyFile
§impl Debug for IDiaInputAssemblyFile
impl Debug for IDiaInputAssemblyFile
§impl Interface for IDiaInputAssemblyFile
impl Interface for IDiaInputAssemblyFile
type Vtable = IDiaInputAssemblyFile_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 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§
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