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]

[src]

Formats the value using the given formatter. Read more

impl Copy for htsThreadPool
[src]

impl Clone for htsThreadPool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for htsThreadPool

impl !Sync for htsThreadPool