#[repr(C)]pub struct QueryAnalysis {
pub states: AnalysisStateSet,
pub next_states: AnalysisStateSet,
pub deeper_states: AnalysisStateSet,
pub state_pool: AnalysisStateSet,
pub final_step_indices: StackElement<*mut c_ushort>,
pub finished_parent_symbols: StackElement<*mut TSSymbol>,
pub did_abort: bool,
}
Fields§
§states: AnalysisStateSet
§next_states: AnalysisStateSet
§deeper_states: AnalysisStateSet
§state_pool: AnalysisStateSet
§final_step_indices: StackElement<*mut c_ushort>
§finished_parent_symbols: StackElement<*mut TSSymbol>
§did_abort: bool
Trait Implementations§
Source§impl Clone for QueryAnalysis
impl Clone for QueryAnalysis
Source§fn clone(&self) -> QueryAnalysis
fn clone(&self) -> QueryAnalysis
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QueryAnalysis
Auto Trait Implementations§
impl Freeze for QueryAnalysis
impl RefUnwindSafe for QueryAnalysis
impl !Send for QueryAnalysis
impl !Sync for QueryAnalysis
impl Unpin for QueryAnalysis
impl UnwindSafe for QueryAnalysis
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