Struct rust_htslib::htslib::htsThreadPool
source · pub struct htsThreadPool {
pub pool: *mut hts_tpool,
pub qsize: i32,
}
Fields§
§pool: *mut hts_tpool
§qsize: i32
Trait Implementations§
source§impl Clone for htsThreadPool
impl Clone for htsThreadPool
source§fn clone(&self) -> htsThreadPool
fn clone(&self) -> htsThreadPool
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