Struct tree_sitter_c2rust::ffi::EditEntry
source · #[repr(C)]pub struct EditEntry {
pub tree: *mut Subtree,
pub edit: Edit,
}
Fields§
§tree: *mut Subtree
§edit: Edit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditEntry
impl RefUnwindSafe for EditEntry
impl !Send for EditEntry
impl !Sync for EditEntry
impl Unpin for EditEntry
impl UnwindSafe for EditEntry
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