Struct rust_htslib::htslib::bcf_idpair_t [] [src]

#[repr(C)]
pub struct bcf_idpair_t { pub key: *const c_char, pub val: *const bcf_idinfo_t, }

Fields

Trait Implementations

impl Debug for bcf_idpair_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_idpair_t
[src]

impl Clone for bcf_idpair_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_idpair_t

impl !Sync for bcf_idpair_t