Struct rust_htslib::htslib::kbitset_iter_t
source · pub struct kbitset_iter_t {
pub mask: u64,
pub elt: u64,
pub i: i32,
}
Fields§
§mask: u64
§elt: u64
§i: i32
Trait Implementations§
source§impl Clone for kbitset_iter_t
impl Clone for kbitset_iter_t
source§fn clone(&self) -> kbitset_iter_t
fn clone(&self) -> kbitset_iter_t
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