#[repr(C)]pub struct AnalysisStateEntry {
pub parse_state: TSStateId,
pub parent_symbol: u16,
pub child_index: u16,
pub field_id_done: [u8; 2],
}
Fields§
§parse_state: TSStateId
§parent_symbol: u16
§child_index: u16
§field_id_done: [u8; 2]
Implementations§
Source§impl AnalysisStateEntry
impl AnalysisStateEntry
Trait Implementations§
Source§impl Clone for AnalysisStateEntry
impl Clone for AnalysisStateEntry
Source§fn clone(&self) -> AnalysisStateEntry
fn clone(&self) -> AnalysisStateEntry
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 AnalysisStateEntry
Auto Trait Implementations§
impl Freeze for AnalysisStateEntry
impl RefUnwindSafe for AnalysisStateEntry
impl Send for AnalysisStateEntry
impl Sync for AnalysisStateEntry
impl Unpin for AnalysisStateEntry
impl UnwindSafe for AnalysisStateEntry
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