Struct bio_types::genome::Locus[][src]

pub struct Locus { /* fields omitted */ }

Trait Implementations

impl Debug for Locus
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Locus
[src]

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

This method tests for !=.

impl Eq for Locus
[src]

impl Clone for Locus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Locus
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AbstractLocus for Locus
[src]

Identifier for a genomic contig, e.g., a chromosome

Position on the contig

Auto Trait Implementations

impl Send for Locus

impl Sync for Locus