pub struct ChildPointers<'a, const CHILDREN: usize> { /* private fields */ }
Expand description
All children pointers for some branch node. Some may be empty.
Implementations§
Trait Implementations§
Source§impl<'a, const CHILDREN: usize> Clone for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Clone for ChildPointers<'a, CHILDREN>
Source§fn clone(&self) -> ChildPointers<'a, CHILDREN>
fn clone(&self) -> ChildPointers<'a, CHILDREN>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a, const CHILDREN: usize> Debug for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Debug for ChildPointers<'a, CHILDREN>
Source§impl<'a, const CHILDREN: usize> PartialEq for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> PartialEq for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Eq for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> StructuralPartialEq for ChildPointers<'a, CHILDREN>
Auto Trait Implementations§
impl<'a, const CHILDREN: usize> Freeze for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> RefUnwindSafe for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Send for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Sync for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> Unpin for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> UnwindSafe for ChildPointers<'a, CHILDREN>
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