Struct tree_sitter::ffi::TSNode
source · #[repr(C)]pub struct TSNode {
pub context: [u32; 4],
pub id: *const c_void,
pub tree: *const TSTree,
}
Fields§
§context: [u32; 4]
§id: *const c_void
§tree: *const TSTree
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TSNode
impl !Send for TSNode
impl !Sync for TSNode
impl Unpin for TSNode
impl UnwindSafe for TSNode
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