Struct rust_htslib::htslib::gzFile_s[][src]

#[repr(C)]
pub struct gzFile_s { pub have: c_uint, pub next: *mut c_uchar, pub pos: off_t, }

Fields

Trait Implementations

impl Debug for gzFile_s
[src]

Formats the value using the given formatter. Read more

impl Copy for gzFile_s
[src]

impl Clone for gzFile_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for gzFile_s

impl !Sync for gzFile_s