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
preset: i32
sc: i32
bc: i32
ec: i32
meta_char: i32
line_skip: i32
Trait Implementations
impl Debug for tbx_conf_t
[src]
impl Debug for tbx_conf_t
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for tbx_conf_t
[src]
impl Copy for tbx_conf_t
impl Clone for tbx_conf_t
[src]
impl Clone for tbx_conf_t
fn clone(&self) -> tbx_conf_t
[src]
fn clone(&self) -> tbx_conf_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for tbx_conf_t
impl Send for tbx_conf_t
impl Sync for tbx_conf_t
impl Sync for tbx_conf_t