Struct rust_htslib::htslib::bcf_idinfo_t
[−]
[src]
#[repr(C)]pub struct bcf_idinfo_t { pub info: [u32; 3], pub hrec: [*mut bcf_hrec_t; 3], pub id: c_int, }
Fields
info: [u32; 3]
hrec: [*mut bcf_hrec_t; 3]
id: c_int
Trait Implementations
impl Debug for bcf_idinfo_t
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for bcf_idinfo_t
[src]
impl Clone for bcf_idinfo_t
[src]
fn clone(&self) -> bcf_idinfo_t
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more