[][src]Struct dinotree::par::Parallel

pub struct Parallel(pub Depth);

Indicates that an algorithm should run in parallel up until the specified depth.

Methods

impl Parallel
[src]

pub fn new(d: Depth) -> Self
[src]

The height at which to switch to sequential.

Trait Implementations

impl Joiner for Parallel
[src]

impl Clone for Parallel
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Parallel
[src]

Auto Trait Implementations

impl Send for Parallel

impl Sync for Parallel

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]