Struct mpi::topology::Color [] [src]

pub struct Color(_);

A color used in a communicator split

Methods

impl Color
[src]

Special color of undefined value

A color of a certain value

Valid values are non-negative.

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Color
[src]

Formats the value using the given formatter.