Struct hassle_rs::intellisense::IDxcInclusion
source · [−]#[repr(C)]pub struct IDxcInclusion { /* private fields */ }
Implementations
sourceimpl IDxcInclusion
impl IDxcInclusion
pub unsafe fn get_included_file(&self, result: *mut *mut IDxcFile) -> HRESULT
pub unsafe fn get_stack_length(&self, result: *mut u32) -> HRESULT
pub unsafe fn get_stack_item(
&self,
index: u32,
result: *mut *mut IDxcSourceLocation
) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcInclusion
impl ComInterface for IDxcInclusion
sourceimpl Debug for IDxcInclusion
impl Debug for IDxcInclusion
sourceimpl Deref for IDxcInclusion
impl Deref for IDxcInclusion
impl AsComPtr<IDxcInclusion> for IDxcInclusion
impl AsComPtr<IUnknown> for IDxcInclusion
Auto Trait Implementations
impl RefUnwindSafe for IDxcInclusion
impl !Send for IDxcInclusion
impl !Sync for IDxcInclusion
impl Unpin for IDxcInclusion
impl UnwindSafe for IDxcInclusion
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