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