[][src]Struct rust_htslib::htslib::bcf_hdr_t

#[repr(C)]
pub struct bcf_hdr_t {
    pub n: [i32; 3],
    pub id: [*mut bcf_idpair_t; 3],
    pub dict: [*mut c_void; 3],
    pub samples: *mut *mut c_char,
    pub hrec: *mut *mut bcf_hrec_t,
    pub nhrec: c_int,
    pub dirty: c_int,
    pub ntransl: c_int,
    pub transl: [*mut c_int; 2],
    pub nsamples_ori: c_int,
    pub keep_samples: *mut u8,
    pub mem: kstring_t,
    pub m: [i32; 3],
}

Fields

n: [i32; 3]id: [*mut bcf_idpair_t; 3]dict: [*mut c_void; 3]samples: *mut *mut c_charhrec: *mut *mut bcf_hrec_tnhrec: c_intdirty: c_intntransl: c_inttransl: [*mut c_int; 2]nsamples_ori: c_intkeep_samples: *mut u8mem: kstring_tm: [i32; 3]

Trait Implementations

impl Clone for bcf_hdr_t[src]

impl Copy for bcf_hdr_t[src]

impl Debug for bcf_hdr_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]