Struct rust_htslib::bcf::header::HeaderView [] [src]

pub struct HeaderView {
    pub inner: *mut bcf_hdr_t,
}

Fields

Methods

impl HeaderView
[src]

[src]

[src]

Important traits for Vec<u8>
[src]

Important traits for &'a mut [u8]
[src]

[src]

[src]

[src]

[src]

Convert string ID (e.g., for a FILTER value) to its numeric identifier.

Important traits for Vec<u8>
[src]

Convert integer representing an identifier (e.g., a FILTER value) to its string name.bam

[src]

Convert string sample name to its numeric identifier.

Important traits for Vec<u8>
[src]

Convert integer representing an contig to its name.

Important traits for Vec<u8>
[src]

Return structured HeaderRecords.

Trait Implementations

impl Debug for HeaderView
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HeaderView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for HeaderView
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for HeaderView

impl !Sync for HeaderView