#[repr(C)]pub struct TSQueryCapture {
pub node: TSNode,
pub index: u32,
}
Fields§
§node: TSNode
§index: u32
Trait Implementations§
Source§impl Clone for TSQueryCapture
impl Clone for TSQueryCapture
Source§fn clone(&self) -> TSQueryCapture
fn clone(&self) -> TSQueryCapture
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TSQueryCapture
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