Struct rust_htslib::htslib::BGZF

source ·
#[repr(C)]
pub struct BGZF {
Show 15 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,
}

Fields§

§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>§cache_size: c_int§block_length: c_int§block_clength: c_int§block_offset: c_int§block_address: i64§uncompressed_address: i64§uncompressed_block: *mut c_void§compressed_block: *mut c_void§cache: *mut bgzf_cache_t§fp: *mut hFILE§mt: *mut bgzf_mtaux_t§idx: *mut bgzidx_t§idx_build_otf: c_int§gz_stream: *mut z_stream

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.