Struct faimm::FaiRecord[][src]

pub struct FaiRecord { /* fields omitted */ }

FaiRecord stores the length, offset, and fasta file characterics of a single chromosome

Trait Implementations

impl Debug for FaiRecord
[src]

Formats the value using the given formatter. Read more

impl Clone for FaiRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FaiRecord

impl Sync for FaiRecord