Struct rosalind::dna::DNANucleotides [] [src]

pub struct DNANucleotides {
    pub A: u32,
    pub C: u32,
    pub G: u32,
    pub T: u32,
}

This structure contains amount of each nucleotide in DNA

Fields

Trait Implementations

impl PartialEq for DNANucleotides
[src]

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

This method tests for !=.

impl Debug for DNANucleotides
[src]

Formats the value using the given formatter.

impl Display for DNANucleotides
[src]

Formats the value using the given formatter. Read more