Struct rust_htslib::htslib::ks_tokaux_t
source · pub struct ks_tokaux_t {
pub tab: [u64; 4],
pub sep: i32,
pub finished: i32,
pub p: *const i8,
}
Fields§
§tab: [u64; 4]
§sep: i32
§finished: i32
§p: *const i8
Trait Implementations§
source§impl Clone for ks_tokaux_t
impl Clone for ks_tokaux_t
source§fn clone(&self) -> ks_tokaux_t
fn clone(&self) -> ks_tokaux_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