Struct rust_htslib::htslib::ks_tokaux_t
source · #[repr(C)]pub struct ks_tokaux_t {
pub tab: [u64; 4],
pub sep: c_int,
pub finished: c_int,
pub p: *const c_char,
}
Fields§
§tab: [u64; 4]
§sep: c_int
§finished: c_int
§p: *const c_char
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