Struct hassle_rs::intellisense::DxcSourceRange
source · [−]pub struct DxcSourceRange { /* private fields */ }
Implementations
sourceimpl DxcSourceRange
impl DxcSourceRange
pub fn get_offsets(&self) -> Result<DxcSourceOffsets>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DxcSourceRange
impl !Send for DxcSourceRange
impl !Sync for DxcSourceRange
impl Unpin for DxcSourceRange
impl UnwindSafe for DxcSourceRange
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