Struct rust_htslib::tpool::InnerThreadPool
source · pub struct InnerThreadPool { /* private fields */ }
Expand description
Internal htsThreadPool
Trait Implementations§
source§impl Clone for InnerThreadPool
impl Clone for InnerThreadPool
source§fn clone(&self) -> InnerThreadPool
fn clone(&self) -> InnerThreadPool
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