Struct tree_sitter::ffi::TSQueryPredicateStep
source · #[repr(C)]pub struct TSQueryPredicateStep {
pub type_: TSQueryPredicateStepType,
pub value_id: u32,
}
Fields§
§type_: TSQueryPredicateStepType
§value_id: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TSQueryPredicateStep
impl Send for TSQueryPredicateStep
impl Sync for TSQueryPredicateStep
impl Unpin for TSQueryPredicateStep
impl UnwindSafe for TSQueryPredicateStep
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