Struct rust_htslib::htslib::tbx_conf_t [] [src]

#[repr(C)]
pub struct tbx_conf_t { pub preset: i32, pub sc: i32, pub bc: i32, pub ec: i32, pub meta_char: i32, pub line_skip: i32, }

Fields

Trait Implementations

impl Debug for tbx_conf_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for tbx_conf_t
[src]

impl Clone for tbx_conf_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_conf_t

impl Sync for tbx_conf_t