Struct hassle_rs::intellisense::DxcIntellisense
source · [−]pub struct DxcIntellisense { /* private fields */ }
Implementations
sourceimpl DxcIntellisense
impl DxcIntellisense
pub fn get_default_editing_tu_options(&self) -> Result<DxcTranslationUnitFlags>
pub fn create_index(&self) -> Result<DxcIndex>
pub fn create_unsaved_file(
&self,
file_name: &str,
contents: &str
) -> Result<DxcUnsavedFile>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DxcIntellisense
impl !Send for DxcIntellisense
impl !Sync for DxcIntellisense
impl Unpin for DxcIntellisense
impl UnwindSafe for DxcIntellisense
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