Struct tree_sitter::ffi::TSInputEdit
source · #[repr(C)]pub struct TSInputEdit {
pub start_byte: u32,
pub old_end_byte: u32,
pub new_end_byte: u32,
pub start_point: TSPoint,
pub old_end_point: TSPoint,
pub new_end_point: TSPoint,
}
Fields§
§start_byte: u32
§old_end_byte: u32
§new_end_byte: u32
§start_point: TSPoint
§old_end_point: TSPoint
§new_end_point: TSPoint
Trait Implementations§
source§impl Clone for TSInputEdit
impl Clone for TSInputEdit
source§fn clone(&self) -> TSInputEdit
fn clone(&self) -> TSInputEdit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TSInputEdit
impl Debug for TSInputEdit
source§impl From<&InputEdit> for TSInputEdit
impl From<&InputEdit> for TSInputEdit
impl Copy for TSInputEdit
Auto Trait Implementations§
impl Freeze for TSInputEdit
impl RefUnwindSafe for TSInputEdit
impl Send for TSInputEdit
impl Sync for TSInputEdit
impl Unpin for TSInputEdit
impl UnwindSafe for TSInputEdit
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