Struct hassle_rs::intellisense::IDxcSourceRange
source · [−]#[repr(C)]pub struct IDxcSourceRange { /* private fields */ }
Implementations
sourceimpl IDxcSourceRange
impl IDxcSourceRange
pub unsafe fn is_null(&self, value: *mut bool) -> HRESULT
pub unsafe fn get_start(&self, value: *mut *mut IDxcSourceLocation) -> HRESULT
pub unsafe fn get_end(&self, value: *mut *mut IDxcSourceLocation) -> HRESULT
pub unsafe fn get_offsets(
&self,
start_offset: *mut u32,
end_offset: *mut u32
) -> HRESULT
Trait Implementations
sourceimpl ComInterface for IDxcSourceRange
impl ComInterface for IDxcSourceRange
sourceimpl Debug for IDxcSourceRange
impl Debug for IDxcSourceRange
sourceimpl Deref for IDxcSourceRange
impl Deref for IDxcSourceRange
impl AsComPtr<IDxcSourceRange> for IDxcSourceRange
impl AsComPtr<IUnknown> for IDxcSourceRange
Auto Trait Implementations
impl RefUnwindSafe for IDxcSourceRange
impl !Send for IDxcSourceRange
impl !Sync for IDxcSourceRange
impl Unpin for IDxcSourceRange
impl UnwindSafe for IDxcSourceRange
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