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

Trait Implementations

impl Debug for bam1_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bam1_t
[src]

impl Clone for bam1_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bam1_t

impl !Sync for bam1_t