Struct rust_htslib::htslib::bam_pileup1_t[][src]

#[repr(C)]
pub struct bam_pileup1_t { pub b: *mut bam1_t, pub qpos: i32, pub indel: c_int, pub level: c_int, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, pub cd: bam_pileup_cd, }

Fields

Methods

impl bam_pileup1_t
[src]

Trait Implementations

impl Copy for bam_pileup1_t
[src]

impl Clone for bam_pileup1_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bam_pileup1_t

impl !Sync for bam_pileup1_t