#[repr(C)]pub struct StackEntry_0 {
pub tree: *mut Subtree,
pub edit: Edit,
}
Fields§
§tree: *mut Subtree
§edit: Edit
Trait Implementations§
Source§impl Clone for StackEntry_0
impl Clone for StackEntry_0
Source§fn clone(&self) -> StackEntry_0
fn clone(&self) -> StackEntry_0
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 StackEntry_0
Auto Trait Implementations§
impl Freeze for StackEntry_0
impl RefUnwindSafe for StackEntry_0
impl !Send for StackEntry_0
impl !Sync for StackEntry_0
impl Unpin for StackEntry_0
impl UnwindSafe for StackEntry_0
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