Struct rust_htslib::htslib::tbx_t [] [src]

#[repr(C)]
pub struct tbx_t { pub conf: tbx_conf_t, pub idx: *mut hts_idx_t, pub dict: *mut c_void, }

Fields

Trait Implementations

impl Debug for tbx_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for tbx_t
[src]

impl Clone for tbx_t
[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 tbx_t

impl !Sync for tbx_t