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

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

Fields

Methods

impl HeaderView
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for HeaderView
[src]

[src]

Formats the value using the given formatter.

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