#[repr(C)]pub struct b2TreeNodeChildren {
pub child1: c_int,
pub child2: c_int,
}Expand description
Tree node child indices. Internal usage.
Fields§
§child1: c_int< child node index 1
child2: c_int< child node index 2
Trait Implementations§
Source§impl Clone for b2TreeNodeChildren
impl Clone for b2TreeNodeChildren
Source§fn clone(&self) -> b2TreeNodeChildren
fn clone(&self) -> b2TreeNodeChildren
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 b2TreeNodeChildren
Auto Trait Implementations§
impl Freeze for b2TreeNodeChildren
impl RefUnwindSafe for b2TreeNodeChildren
impl Send for b2TreeNodeChildren
impl Sync for b2TreeNodeChildren
impl Unpin for b2TreeNodeChildren
impl UnsafeUnpin for b2TreeNodeChildren
impl UnwindSafe for b2TreeNodeChildren
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