Struct grafen::system::Atom [] [src]

pub struct Atom {
    pub code: String,
    pub position: Coord,
}

Every atom in a residue has their own code and relative position some base coordinate.

Fields

Atom code.

Relative position.

Trait Implementations

impl Clone for Atom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Atom
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Atom
[src]

[src]

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

[src]

This method tests for !=.

impl Describe for Atom
[src]

[src]

Return a descriptive String of the object.

[src]

Return a very short descriptive String of the object. Typically just a name or type.