Struct rust_htslib::htslib::bgzf_cache_t
source · pub struct bgzf_cache_t { /* private fields */ }
Trait Implementations§
source§impl Clone for bgzf_cache_t
impl Clone for bgzf_cache_t
source§fn clone(&self) -> bgzf_cache_t
fn clone(&self) -> bgzf_cache_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more