#[repr(C)]pub struct b3TreeNodeChildren {
pub child1: c_int,
pub child2: c_int,
}Expand description
Tree node child indices. For internal usage.
Fields§
§child1: c_int< child node index 1
child2: c_int< child node index 2
Trait Implementations§
Source§impl Clone for b3TreeNodeChildren
impl Clone for b3TreeNodeChildren
Source§fn clone(&self) -> b3TreeNodeChildren
fn clone(&self) -> b3TreeNodeChildren
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for b3TreeNodeChildren
Auto Trait Implementations§
impl Freeze for b3TreeNodeChildren
impl RefUnwindSafe for b3TreeNodeChildren
impl Send for b3TreeNodeChildren
impl Sync for b3TreeNodeChildren
impl Unpin for b3TreeNodeChildren
impl UnsafeUnpin for b3TreeNodeChildren
impl UnwindSafe for b3TreeNodeChildren
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