Struct tree_sitter::ffi::TSQueryCapture
source · #[repr(C)]pub struct TSQueryCapture {
pub node: TSNode,
pub index: u32,
}
Fields§
§node: TSNode
§index: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSQueryCapture
impl RefUnwindSafe for TSQueryCapture
impl !Send for TSQueryCapture
impl !Sync for TSQueryCapture
impl Unpin for TSQueryCapture
impl UnwindSafe for TSQueryCapture
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