Struct rust_htslib::htslib::tbx_conf_t
source · 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§
§preset: i32
§sc: i32
§bc: i32
§ec: i32
§meta_char: i32
§line_skip: i32
Trait Implementations§
source§impl Clone for tbx_conf_t
impl Clone for tbx_conf_t
source§fn clone(&self) -> tbx_conf_t
fn clone(&self) -> tbx_conf_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more