Struct rust_htslib::htslib::vcf::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

Trait Implementations

impl Copy for Struct_htsFormat
[src]

impl Clone for Struct_htsFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_htsFormat
[src]

Returns the "default value" for a type. Read more