Union rust_htslib::htslib::bcf_info_t__bindgen_ty_1[][src]

#[repr(C)]
pub union bcf_info_t__bindgen_ty_1 { pub i: i32, pub f: f32, // some fields omitted }

Fields

Trait Implementations

impl Copy for bcf_info_t__bindgen_ty_1
[src]

impl Clone for bcf_info_t__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations