Struct rust_htslib::htslib::htsFormat[][src]

#[repr(C)]
pub struct htsFormat { pub category: htsFormatCategory, pub format: htsExactFormat, pub version: htsFormat__bindgen_ty_1, pub compression: htsCompression, pub compression_level: c_short, pub specific: *mut c_void, }

Fields

Trait Implementations

impl Debug for htsFormat
[src]

Formats the value using the given formatter. Read more

impl Copy for htsFormat
[src]

impl Clone for htsFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for htsFormat

impl !Sync for htsFormat