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 Freeze for DxcIndex
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