Struct rust_htslib::htslib::htsFile[][src]

#[repr(C)]
pub struct htsFile { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub lineno: i64, pub line: kstring_t, pub fn_: *mut c_char, pub fn_aux: *mut c_char, pub fp: htsFile__bindgen_ty_1, pub format: htsFormat, }

Fields

Methods

impl htsFile
[src]

Trait Implementations

impl Copy for htsFile
[src]

impl Clone for htsFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for htsFile

impl !Sync for htsFile