Union rust_htslib::htslib::hts_opt__bindgen_ty_1 [] [src]

#[repr(C)]
pub union hts_opt__bindgen_ty_1 { pub i: c_int, pub s: *mut c_char, // some fields omitted }

Fields

i: c_int s: *mut c_char

Trait Implementations

impl Copy for hts_opt__bindgen_ty_1
[src]

impl Clone for hts_opt__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