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]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for bam_pileup1_t
[src]

impl Clone for bam_pileup1_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bam_pileup1_t

impl !Sync for bam_pileup1_t