Struct hassle_rs::intellisense::IDxcSourceLocation
source · #[repr(C)]pub struct IDxcSourceLocation { /* private fields */ }
Implementations§
source§impl IDxcSourceLocation
impl IDxcSourceLocation
pub unsafe fn is_equal_to(
&self,
other: *const IDxcSourceLocation,
result: *mut bool
) -> HRESULT
pub unsafe fn get_spelling_location(
&self,
file: *mut *mut IDxcFile,
line: *mut u32,
col: *mut u32,
offset: *mut u32
) -> HRESULT
pub unsafe fn is_null(&self, result: *mut bool) -> HRESULT
Methods from Deref<Target = IUnknown>§
sourcepub unsafe fn query_interface(&self, iid: &IID, object: *mut *mut c_void) -> i32
pub unsafe fn query_interface(&self, iid: &IID, object: *mut *mut c_void) -> i32
Retrieves pointers to the supported interfaces on an object.
Use ComPtr::from
instead.