Struct hassle_rs::intellisense::IDxcSourceRange
source · #[repr(C)]pub struct IDxcSourceRange { /* private fields */ }
Implementations§
source§impl IDxcSourceRange
impl IDxcSourceRange
pub unsafe fn is_null(&self, value: *mut bool) -> HRESULT
pub unsafe fn get_start(&self, value: *mut *mut IDxcSourceLocation) -> HRESULT
pub unsafe fn get_end(&self, value: *mut *mut IDxcSourceLocation) -> HRESULT
pub unsafe fn get_offsets(
&self,
start_offset: *mut u32,
end_offset: *mut u32
) -> 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.