Struct rstar::ParentNode
source · pub struct ParentNode<T>where
T: RTreeObject,{ /* private fields */ }
Expand description
Represents an internal parent node.
For most applications, using this type should not be required. Allows read access to this node’s envelope and its children.
Implementations§
source§impl<T> ParentNode<T>where
T: RTreeObject,
impl<T> ParentNode<T>where
T: RTreeObject,
Trait Implementations§
source§impl<T> Clone for ParentNode<T>where
T: RTreeObject + Clone,
T::Envelope: Clone,
impl<T> Clone for ParentNode<T>where
T: RTreeObject + Clone,
T::Envelope: Clone,
source§fn clone(&self) -> ParentNode<T>
fn clone(&self) -> ParentNode<T>
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 more