Struct rust_htslib::htslib::hts_itr_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct hts_itr_t__bindgen_ty_1 { pub n: c_int, pub m: c_int, pub a: *mut c_int, }

Fields

Trait Implementations

impl Debug for hts_itr_t__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for hts_itr_t__bindgen_ty_1
[src]

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