#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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