Struct rust_htslib::htslib::htsThreadPool[][src]

#[repr(C)]
pub struct htsThreadPool { pub pool: *mut hts_tpool, pub qsize: c_int, }

Fields

Trait Implementations

impl Debug for htsThreadPool
[src]

Formats the value using the given formatter. Read more

impl Copy for htsThreadPool
[src]

impl Clone for htsThreadPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for htsThreadPool

impl !Sync for htsThreadPool