Struct cram_fd
rust_htslib::htslib
#[repr(C)] pub struct cram_fd { /* fields omitted */ }
impl Debug for cram_fd
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Copy for cram_fd
impl Clone for cram_fd
fn clone(&self) -> cram_fd
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source