#[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 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 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