Struct rust_htslib::tpool::InnerThreadPool [−][src]
pub struct InnerThreadPool { /* fields omitted */ }
Expand description
Internal htsThreadPool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InnerThreadPool
impl !Send for InnerThreadPool
impl !Sync for InnerThreadPool
impl Unpin for InnerThreadPool
impl UnwindSafe for InnerThreadPool
Blanket Implementations
Mutably borrows from an owned value. Read more