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
conf: tbx_conf_t
idx: *mut __hts_idx_t
dict: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tbx_t
impl UnwindSafe for tbx_t
Blanket Implementations
Mutably borrows from an owned value. Read more