Struct rust_htslib::htslib::Struct_htsFormat [] [src]

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_htsFormat
[src]

[src]

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