Struct mpi::topology::Color
[−]
[src]
pub struct Color(_);
A color used in a communicator split
Methods
impl Color
[src]
pub fn undefined() -> Color
[src]
Special color of undefined value
pub fn with_value(value: c_int) -> Color
[src]
A color of a certain value
Valid values are non-negative.
Trait Implementations
impl Copy for Color
[src]
impl Clone for Color
[src]
fn clone(&self) -> Color
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more