Struct rust_htslib::htslib::htsThreadPool [−][src]
Fields
pool: *mut hts_tpool
qsize: c_int
Trait Implementations
impl Debug for htsThreadPool
[src]
impl Debug for htsThreadPool
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for htsThreadPool
[src]
impl Copy for htsThreadPool
impl Clone for htsThreadPool
[src]
impl Clone for htsThreadPool
fn clone(&self) -> htsThreadPool
[src]
fn clone(&self) -> htsThreadPool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for htsThreadPool
impl !Send for htsThreadPool
impl !Sync for htsThreadPool
impl !Sync for htsThreadPool