Struct hassle_rs::intellisense::DxcIntellisense
source · pub struct DxcIntellisense { /* private fields */ }
Implementations§
source§impl 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>
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§
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