#[repr(C)]pub struct AnalysisSubgraph {
pub symbol: TSSymbol,
pub start_states: StackElement<*mut c_ushort>,
pub nodes: StackElement<*mut AnalysisSubgraphNode>,
}
Fields§
§symbol: TSSymbol
§start_states: StackElement<*mut c_ushort>
§nodes: StackElement<*mut AnalysisSubgraphNode>
Trait Implementations§
Source§impl Clone for AnalysisSubgraph
impl Clone for AnalysisSubgraph
Source§fn clone(&self) -> AnalysisSubgraph
fn clone(&self) -> AnalysisSubgraph
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 AnalysisSubgraph
Auto Trait Implementations§
impl Freeze for AnalysisSubgraph
impl RefUnwindSafe for AnalysisSubgraph
impl !Send for AnalysisSubgraph
impl !Sync for AnalysisSubgraph
impl Unpin for AnalysisSubgraph
impl UnwindSafe for AnalysisSubgraph
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