pub struct DxcSourceRange { /* private fields */ }
Implementations§
Source§impl DxcSourceRange
impl DxcSourceRange
pub fn get_offsets(&self) -> Result<DxcSourceOffsets>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DxcSourceRange
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