Enum rust_htslib::bam::record::Aux [] [src]

pub enum Aux<'a> {
    Integer(i32),
    String(&'a [u8]),
    Float(f64),
    Char(u8),
}

Auxiliary record data.

Variants

Methods

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

[src]

Get string from aux data (panics if not a string).

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for Aux<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Aux<'a>
[src]

[src]

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

[src]

This method tests for !=.

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

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