Struct rust_htslib::bcf::record::Info [] [src]

pub struct Info<'a> { /* fields omitted */ }

Methods

impl<'a> Info<'a>
[src]

Get integers from tag. None if tag not present in record. Import bcf::record::Numeric for missing value handling.

Get mutable integers from tag. None if tag not present in record. Import bcf::record::Numeric for missing value handling.

Get floats from tag. None if tag not present in record. Import bcf::record::Numeric for missing value handling.

Get mutable floats from tag. None if tag not present in record. Import bcf::record::Numeric for missing value handling.

Get strings from tag. None if tag not present in record.

Get mutable strings from tag. None if tag not present in record.

Trait Implementations

impl<'a> Send for Info<'a>
[src]

impl<'a> Sync for Info<'a>
[src]