Struct tree_sitter_c2rust::core::StackSlice
source · #[repr(C)]pub struct StackSlice {
pub subtrees: SubtreeArray,
pub version: c_uint,
}
Fields§
§subtrees: SubtreeArray
§version: c_uint
Trait Implementations§
source§impl Clone for StackSlice
impl Clone for StackSlice
source§fn clone(&self) -> StackSlice
fn clone(&self) -> StackSlice
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 StackSlice
Auto Trait Implementations§
impl Freeze for StackSlice
impl RefUnwindSafe for StackSlice
impl !Send for StackSlice
impl !Sync for StackSlice
impl Unpin for StackSlice
impl UnwindSafe for StackSlice
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