Enum chemfiles::CellShape [] [src]

pub enum CellShape {
    Orthorhombic,
    Triclinic,
    Infinite,
}

Available unit cell shapes.

Variants

Orthorhombic cell, with the three angles equals to 90°.

Triclinic cell, with any values for the angles.

Infinite cell, to use when there is no cell.

Trait Implementations

impl Clone for CellShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CellShape
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CellShape
[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 CellShape
[src]

impl From<chfl_cellshape> for CellShape
[src]

[src]

Performs the conversion.