Struct rosalind::gc::GCcontent [] [src]

pub struct GCcontent {
    pub string_id: String,
    pub gc_content: f32,
}

This structure contains info about the string with the highest GC content

Fields

string_id: String gc_content: f32

Trait Implementations

impl Debug for GCcontent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for GCcontent
[src]

fn eq(&self, __arg_0: &GCcontent) -> bool

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

fn ne(&self, __arg_0: &GCcontent) -> bool

This method tests for !=.

impl Display for GCcontent
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.