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