Enum mpi::topology::GroupRelation [] [src]

pub enum GroupRelation {
    Identical,
    Similar,
    Unequal,
}

The relation between two groups.

Standard section(s)

6.3.1

Variants

Identical group members in identical order

Identical group members in different order

Otherwise

Trait Implementations

impl Copy for GroupRelation
[src]

impl Clone for GroupRelation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GroupRelation
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for GroupRelation
[src]

impl Debug for GroupRelation
[src]

[src]

Formats the value using the given formatter. Read more

impl From<c_int> for GroupRelation
[src]

[src]

Performs the conversion.