#[repr(C)]pub struct InputEdit {
pub start_byte: u32,
pub old_end_byte: u32,
pub new_end_byte: u32,
pub start_point: Point,
pub old_end_point: Point,
pub new_end_point: Point,
}Fields§
§start_byte: u32§old_end_byte: u32§new_end_byte: u32§start_point: Point§old_end_point: Point§new_end_point: PointImplementations§
Trait Implementations§
impl Copy for InputEdit
impl Eq for InputEdit
impl StructuralPartialEq for InputEdit
Auto Trait Implementations§
impl Freeze for InputEdit
impl RefUnwindSafe for InputEdit
impl Send for InputEdit
impl Sync for InputEdit
impl Unpin for InputEdit
impl UnsafeUnpin for InputEdit
impl UnwindSafe for InputEdit
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