[][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 Copy for bcf_hdr_t[src]

impl Clone for bcf_hdr_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for bcf_hdr_t[src]

Auto Trait Implementations

impl !Send for bcf_hdr_t

impl !Sync for bcf_hdr_t

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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