Struct acacia::partition::Box2
[−]
[src]
pub struct Box2<T> { /* fields omitted */ }
A 2d box of intervals
Methods
impl<T> Box2<T>
[src]
Trait Implementations
impl<T: Copy> Copy for Box2<T>
[src]
impl<T: Clone> Clone for Box2<T>
[src]
fn clone(&self) -> Box2<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