Struct rust_htslib::htslib::hts_itr_t__bindgen_ty_1
source · pub struct hts_itr_t__bindgen_ty_1 {
pub n: i32,
pub m: i32,
pub a: *mut i32,
}
Fields§
§n: i32
§m: i32
§a: *mut i32
Trait Implementations§
source§impl Clone for hts_itr_t__bindgen_ty_1
impl Clone for hts_itr_t__bindgen_ty_1
source§fn clone(&self) -> hts_itr_t__bindgen_ty_1
fn clone(&self) -> hts_itr_t__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more