Struct hassle_rs::intellisense::DxcIndex
source · [−]pub struct DxcIndex { /* private fields */ }
Implementations
sourceimpl DxcIndex
impl DxcIndex
pub fn parse_translation_unit(
&self,
source_filename: &str,
args: &[&str],
unsaved_files: &[&DxcUnsavedFile],
options: DxcTranslationUnitFlags
) -> Result<DxcTranslationUnit>
Trait Implementations
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
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