Struct tree_sitter_c2rust::ffi::StackHead
source · #[repr(C)]pub struct StackHead {
pub node: *mut StackNode,
pub summary: *mut StackSummary,
pub node_count_at_last_error: c_uint,
pub last_external_token: Subtree,
pub lookahead_when_paused: Subtree,
pub status: c_uint,
}
Fields§
§node: *mut StackNode
§summary: *mut StackSummary
§node_count_at_last_error: c_uint
§last_external_token: Subtree
§lookahead_when_paused: Subtree
§status: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackHead
impl RefUnwindSafe for StackHead
impl !Send for StackHead
impl !Sync for StackHead
impl Unpin for StackHead
impl UnwindSafe for StackHead
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: 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
)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
)