Struct tree_sitter_c2rust::core::StackNode
source · #[repr(C)]pub struct StackNode {
pub state: c_ushort,
pub position: Length,
pub links: [StackLink; 8],
pub link_count: c_ushort,
pub ref_count: c_uint,
pub error_cost: c_uint,
pub node_count: c_uint,
pub dynamic_precedence: c_int,
}
Fields§
§state: c_ushort
§position: Length
§links: [StackLink; 8]
§link_count: c_ushort
§ref_count: c_uint
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)