Enum vasp_poscar::Coords [] [src]

pub enum Coords<T = Vec<[f64; 3]>> {
    Cart(T),
    Frac(T),
}

Represents data that can either be in direct units or cartesian.

Variants

Trait Implementations

impl<T: Debug> Debug for Coords<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for Coords<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Coords<T>
[src]

impl<T: PartialEq> PartialEq for Coords<T>
[src]

[src]

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

[src]

This method tests for !=.