Union rust_htslib::htslib::htsFile__bindgen_ty_1 [] [src]

#[repr(C)]
pub union htsFile__bindgen_ty_1 { pub bgzf: *mut BGZF, pub cram: *mut cram_fd, pub hfile: *mut hFILE, // some fields omitted }

Fields

bgzf: *mut BGZF cram: *mut cram_fd hfile: *mut hFILE

Trait Implementations

impl Copy for htsFile__bindgen_ty_1
[src]

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