Struct hts_sys::BGZF[][src]

#[repr(C)]
pub struct BGZF {
Show 16 fields pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>, pub cache_size: c_int, pub block_length: c_int, pub block_clength: c_int, pub block_offset: c_int, pub block_address: i64, pub uncompressed_address: i64, pub uncompressed_block: *mut c_void, pub compressed_block: *mut c_void, pub cache: *mut bgzf_cache_t, pub fp: *mut hFILE, pub mt: *mut bgzf_mtaux_t, pub idx: *mut bgzidx_t, pub idx_build_otf: c_int, pub gz_stream: *mut z_stream_s, pub seeked: i64,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>cache_size: c_intblock_length: c_intblock_clength: c_intblock_offset: c_intblock_address: i64uncompressed_address: i64uncompressed_block: *mut c_voidcompressed_block: *mut c_voidcache: *mut bgzf_cache_tfp: *mut hFILEmt: *mut bgzf_mtaux_tidx: *mut bgzidx_tidx_build_otf: c_intgz_stream: *mut z_stream_sseeked: i64

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.