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

i: i32 f: f32

Trait Implementations

impl Copy for bcf_info_t__bindgen_ty_1
[src]

impl Clone for bcf_info_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations