[][src]Struct hassle_rs::intellisense::IDxcSourceLocation

#[repr(C)]pub struct IDxcSourceLocation { /* fields omitted */ }

Implementations

impl IDxcSourceLocation[src]

pub unsafe fn is_equal_to(
    &self,
    other: *const IDxcSourceLocation,
    result: *mut bool
) -> HRESULT
[src]

pub unsafe fn get_spelling_location(
    &self,
    file: *mut *mut IDxcFile,
    line: *mut u32,
    col: *mut u32,
    offset: *mut u32
) -> HRESULT
[src]

pub unsafe fn is_null(&self, result: *mut bool) -> HRESULT[src]

Trait Implementations

impl AsComPtr<IDxcSourceLocation> for IDxcSourceLocation[src]

impl AsComPtr<IUnknown> for IDxcSourceLocation[src]

impl ComInterface for IDxcSourceLocation[src]

impl Debug for IDxcSourceLocation[src]

impl Deref for IDxcSourceLocation[src]

type Target = IDxcUnknownShim

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsComPtr<c_void> for T where
    T: ComInterface
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.