pub struct BGZF {Show 16 fields
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
pub cache_size: i32,
pub block_length: i32,
pub block_clength: i32,
pub block_offset: i32,
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: i32,
pub gz_stream: *mut z_stream_s,
pub seeked: i64,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
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.