Struct hassle_rs::intellisense::IDxcToken
source · #[repr(C)]pub struct IDxcToken { /* private fields */ }
Implementations§
source§impl IDxcToken
impl IDxcToken
pub unsafe fn get_kind(&self, value: *mut DxcTokenKind) -> HRESULT
pub unsafe fn get_location(&self, value: *mut *mut IDxcSourceLocation) -> HRESULT
pub unsafe fn get_extent(&self, value: *mut *mut IDxcSourceRange) -> HRESULT
pub unsafe fn get_spelling(&self, value: *mut LPSTR) -> 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.