Struct tree_sitter::ffi::TSQueryMatch
source · #[repr(C)]pub struct TSQueryMatch {
pub id: u32,
pub pattern_index: u16,
pub capture_count: u16,
pub captures: *const TSQueryCapture,
}
Fields§
§id: u32
§pattern_index: u16
§capture_count: u16
§captures: *const TSQueryCapture
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSQueryMatch
impl RefUnwindSafe for TSQueryMatch
impl !Send for TSQueryMatch
impl !Sync for TSQueryMatch
impl Unpin for TSQueryMatch
impl UnwindSafe for TSQueryMatch
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