Struct tree_sitter::ffi::TSRange
source · #[repr(C)]pub struct TSRange {
pub start_point: TSPoint,
pub end_point: TSPoint,
pub start_byte: u32,
pub end_byte: u32,
}
Fields§
§start_point: TSPoint
§end_point: TSPoint
§start_byte: u32
§end_byte: u32
Trait Implementations§
impl Copy for TSRange
Auto Trait Implementations§
impl Freeze for TSRange
impl RefUnwindSafe for TSRange
impl Send for TSRange
impl Sync for TSRange
impl Unpin for TSRange
impl UnwindSafe for TSRange
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