Struct grid_tree::ChildPointers
source · [−]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
impl<'a, const CHILDREN: usize> PartialEq<ChildPointers<'a, CHILDREN>> for ChildPointers<'a, CHILDREN>
impl<'a, const CHILDREN: usize> PartialEq<ChildPointers<'a, CHILDREN>> for ChildPointers<'a, CHILDREN>
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more