Struct hassle_rs::intellisense::IDxcIndex
source · [−]#[repr(C)]pub struct IDxcIndex { /* private fields */ }
Implementations
sourceimpl IDxcIndex
impl IDxcIndex
pub unsafe fn set_global_options(&self, options: DxcGlobalOptions) -> HRESULT
pub unsafe fn get_global_options(
&self,
options: *mut DxcGlobalOptions
) -> HRESULT
pub unsafe fn parse_translation_unit(
&self,
source_filename: *const u8,
command_line_args: *const *const u8,
num_command_line_args: i32,
unsaved_files: *const *const IDxcUnsavedFile,
num_unsaved_files: u32,
options: DxcTranslationUnitFlags,
translation_unit: *mut *mut IDxcTranslationUnit
) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcIndex
impl ComInterface for IDxcIndex
impl AsComPtr<IDxcIndex> for IDxcIndex
impl AsComPtr<IUnknown> for IDxcIndex
Auto Trait Implementations
impl RefUnwindSafe for IDxcIndex
impl !Send for IDxcIndex
impl !Sync for IDxcIndex
impl Unpin for IDxcIndex
impl UnwindSafe for IDxcIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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