Struct rust_htslib::htslib::bam1_t
[−]
[src]
#[repr(C)]pub struct bam1_t { pub core: bam1_core_t, pub l_data: c_int, pub m_data: u32, pub data: *mut u8, pub id: u64, }
Fields
core: bam1_core_t
l_data: c_int
m_data: u32
data: *mut u8
id: u64
Trait Implementations
impl Debug for bam1_t
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more