[][src]Trait lib3dmol::structures::GetAtom

pub trait GetAtom {
    fn get_atom(&self) -> Vec<&Atom>;
fn compute_weight(&self) -> f32; }

Required methods

fn get_atom(&self) -> Vec<&Atom>

fn compute_weight(&self) -> f32

Loading content...

Implementations on Foreign Types

impl GetAtom for Vec<Atom>[src]

Implement the GetAtom trait on vector of Atoms

Loading content...

Implementors

impl GetAtom for Chain[src]

impl GetAtom for Residue[src]

impl GetAtom for Structure[src]

Loading content...