Struct rust_htslib::htslib::bam1_t [−][src]
#[repr(C)]pub struct bam1_t { pub core: bam1_core_t, pub id: u64, pub data: *mut u8, pub l_data: i32, pub m_data: u32, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>, pub __bindgen_padding_0: u32, }
Fields
core: bam1_core_t
id: u64
data: *mut u8
l_data: i32
m_data: u32
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>
__bindgen_padding_0: u32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bam1_t
impl UnwindSafe for bam1_t
Blanket Implementations
Mutably borrows from an owned value. Read more