Struct microsoft_dia::IDiaLineNumber
[−]#[repr(transparent)]pub struct IDiaLineNumber(_);Implementations
impl IDiaLineNumber
impl IDiaLineNumber
pub unsafe fn compiland(&self) -> Result<IDiaSymbol>
pub unsafe fn sourceFile(&self) -> Result<IDiaSourceFile>
pub unsafe fn lineNumber(&self) -> Result<u32>
pub unsafe fn lineNumberEnd(&self) -> Result<u32>
pub unsafe fn columnNumber(&self) -> Result<u32>
pub unsafe fn columnNumberEnd(&self) -> Result<u32>
pub unsafe fn addressSection(&self) -> Result<u32>
pub unsafe fn addressOffset(&self) -> Result<u32>
pub unsafe fn relativeVirtualAddress(&self) -> Result<u32>
pub unsafe fn virtualAddress(&self) -> Result<u64>
pub unsafe fn length(&self) -> Result<u32>
pub unsafe fn sourceFileId(&self) -> Result<u32>
pub unsafe fn statement(&self) -> Result<BOOL>
pub unsafe fn compilandId(&self) -> Result<u32>
Trait Implementations
impl Clone for IDiaLineNumber
impl Clone for IDiaLineNumber
impl Debug for IDiaLineNumber
impl Debug for IDiaLineNumber
impl<'a> From<&'a IDiaLineNumber> for &'a IUnknown
impl<'a> From<&'a IDiaLineNumber> for &'a IUnknown
fn from(value: &'a IDiaLineNumber) -> Self
fn from(value: &'a IDiaLineNumber) -> Self
Converts to this type from the input type.
impl From<&IDiaLineNumber> for IUnknown
impl From<&IDiaLineNumber> for IUnknown
fn from(value: &IDiaLineNumber) -> Self
fn from(value: &IDiaLineNumber) -> Self
Converts to this type from the input type.
impl From<IDiaLineNumber> for IUnknown
impl From<IDiaLineNumber> for IUnknown
fn from(value: IDiaLineNumber) -> Self
fn from(value: IDiaLineNumber) -> Self
Converts to this type from the input type.
impl Interface for IDiaLineNumber
impl Interface for IDiaLineNumber
impl PartialEq<IDiaLineNumber> for IDiaLineNumber
impl PartialEq<IDiaLineNumber> for IDiaLineNumber
impl Vtable for IDiaLineNumber
impl Vtable for IDiaLineNumber
type Vtable = IDiaLineNumber_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 IDiaLineNumber
Auto Trait Implementations
impl RefUnwindSafe for IDiaLineNumber
impl !Send for IDiaLineNumber
impl !Sync for IDiaLineNumber
impl Unpin for IDiaLineNumber
impl UnwindSafe for IDiaLineNumber
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