Struct hassle_rs::intellisense::IDxcIntelliSense
source · [−]#[repr(C)]pub struct IDxcIntelliSense { /* private fields */ }
Implementations
sourceimpl IDxcIntelliSense
impl IDxcIntelliSense
pub unsafe fn create_index(&self, index: *mut *mut IDxcIndex) -> HRESULT
pub unsafe fn get_null_location(
&self,
location: *mut *mut IDxcSourceLocation
) -> HRESULT
pub unsafe fn get_null_range(
&self,
location: *mut *mut IDxcSourceRange
) -> HRESULT
pub unsafe fn get_range(
&self,
start: *const IDxcSourceLocation,
end: *const IDxcSourceLocation,
location: *mut *mut IDxcSourceRange
) -> HRESULT
pub unsafe fn get_default_diagnostic_display_options(
&self,
value: *mut DxcDiagnosticDisplayOptions
) -> HRESULT
pub unsafe fn get_default_editing_tu_options(
&self,
value: *mut DxcTranslationUnitFlags
) -> HRESULT
pub unsafe fn create_unsaved_file(
&self,
file_name: LPCSTR,
contents: LPCSTR,
content_length: u32,
result: *mut *mut IDxcUnsavedFile
) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcIntelliSense
impl ComInterface for IDxcIntelliSense
sourceimpl Debug for IDxcIntelliSense
impl Debug for IDxcIntelliSense
sourceimpl Deref for IDxcIntelliSense
impl Deref for IDxcIntelliSense
impl AsComPtr<IDxcIntelliSense> for IDxcIntelliSense
impl AsComPtr<IUnknown> for IDxcIntelliSense
Auto Trait Implementations
impl RefUnwindSafe for IDxcIntelliSense
impl !Send for IDxcIntelliSense
impl !Sync for IDxcIntelliSense
impl Unpin for IDxcIntelliSense
impl UnwindSafe for IDxcIntelliSense
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