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

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

Methods

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

[src]

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

[src]

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]