Struct reed_solomon_erasure::ParallelParam [] [src]

pub struct ParallelParam {
    pub bytes_per_encode: usize,
}

Parameters for parallelism.

Fields

Number of bytes to split the slices into for computations which can be done in parallel.

Default is 8192.

Methods

impl ParallelParam
[src]

[src]

[src]

Trait Implementations

impl PartialEq for ParallelParam
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for ParallelParam
[src]

[src]

Formats the value using the given formatter.

impl Clone for ParallelParam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ParallelParam
[src]