Struct hassle_rs::intellisense::DxcIndex
source · pub struct DxcIndex { /* private fields */ }
Implementations§
source§impl DxcIndex
impl DxcIndex
pub fn parse_translation_unit( &self, source_filename: &str, args: &[&str], unsaved_files: &[&DxcUnsavedFile], options: DxcTranslationUnitFlags ) -> Result<DxcTranslationUnit>
Auto Trait Implementations§
impl RefUnwindSafe for DxcIndex
impl !Send for DxcIndex
impl !Sync for DxcIndex
impl Unpin for DxcIndex
impl UnwindSafe for DxcIndex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more