#[repr(C)]pub struct StackNode {
pub state: TSStateId,
pub position: Length,
pub links: [StackLink; 8],
pub link_count: c_ushort,
pub ref_count: u32,
pub error_cost: c_uint,
pub node_count: c_uint,
pub dynamic_precedence: c_int,
}
Fields§
§state: TSStateId
§position: Length
§links: [StackLink; 8]
§link_count: c_ushort
§ref_count: u32
§error_cost: c_uint
§node_count: c_uint
§dynamic_precedence: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackNode
impl RefUnwindSafe for StackNode
impl !Send for StackNode
impl !Sync for StackNode
impl Unpin for StackNode
impl UnwindSafe for StackNode
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