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

Trait Implementations

impl Debug for bcf_idinfo_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_idinfo_t
[src]

impl Clone for bcf_idinfo_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf_idinfo_t

impl !Sync for bcf_idinfo_t