Struct rust_htslib::htslib::z_stream_s
source · pub struct z_stream_s { /* private fields */ }
Trait Implementations§
source§impl Clone for z_stream_s
impl Clone for z_stream_s
source§fn clone(&self) -> z_stream_s
fn clone(&self) -> z_stream_s
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