Struct acacia::partition::Box3
[−]
[src]
pub struct Box3<T> { /* fields omitted */ }A 3d box of intervals
Methods
impl<T> Box3<T>[src]
Trait Implementations
impl<T: Copy> Copy for Box3<T>[src]
impl<T: Clone> Clone for Box3<T>[src]
fn clone(&self) -> Box3<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more