Struct acacia::partition::Ncube
[−]
[src]
pub struct Ncube<P, S> { /* fields omitted */ }
An N-cube based partitioning scheme
Methods
impl<P, S: PartialOrd + Zero> Ncube<P, S>
[src]
impl<P, S: Clone> Ncube<P, S>
[src]
fn width(&self) -> S
The width of the N-cube
impl<P: Clone, S> Ncube<P, S>
[src]
fn center(&self) -> P
The center of the N-cube
Trait Implementations
impl<P: Copy, S: Copy> Copy for Ncube<P, S>
[src]
impl<P: Clone, S: Clone> Clone for Ncube<P, S>
[src]
fn clone(&self) -> Ncube<P, S>
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