Struct xyzio::Atom [] [src]

pub struct Atom {
    pub element: String,
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields

Methods

impl Atom
[src]

Trait Implementations

impl Debug for Atom
[src]

Formats the value using the given formatter.

impl PartialEq for Atom
[src]

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

This method tests for !=.

impl Clone for Atom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Atom
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToString for Atom
[src]

Converts the given value to a String. Read more