Struct rust_htslib::htslib::Struct_htsFormat
[−]
[src]
pub struct Struct_htsFormat { pub category: Enum_htsFormatCategory, pub format: Enum_htsExactFormat, pub version: Struct_Unnamed1, pub compression: Enum_htsCompression, pub compression_level: c_short, pub specific: *mut c_void, }
Fields
category: Enum_htsFormatCategory
format: Enum_htsExactFormat
version: Struct_Unnamed1
compression: Enum_htsCompression
compression_level: c_short
specific: *mut c_void
Trait Implementations
impl Clone for Struct_htsFormat
[src]
fn clone(&self) -> Struct_htsFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for Struct_htsFormat
[src]
impl Default for Struct_htsFormat
[src]
fn default() -> Struct_htsFormat
Returns the "default value" for a type. Read more