#[repr(C)]pub struct TreeCursorEntry {
pub subtree: *const Subtree,
pub position: Length,
pub child_index: u32,
pub structural_child_index: u32,
}
Fields§
§subtree: *const Subtree
§position: Length
§child_index: u32
§structural_child_index: u32
Trait Implementations§
Source§impl Clone for TreeCursorEntry
impl Clone for TreeCursorEntry
Source§fn clone(&self) -> TreeCursorEntry
fn clone(&self) -> TreeCursorEntry
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 TreeCursorEntry
Auto Trait Implementations§
impl Freeze for TreeCursorEntry
impl RefUnwindSafe for TreeCursorEntry
impl !Send for TreeCursorEntry
impl !Sync for TreeCursorEntry
impl Unpin for TreeCursorEntry
impl UnwindSafe for TreeCursorEntry
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