Struct rust_htslib::htslib::bam_pileup1_t
source · #[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§
§b: *mut bam1_t
§qpos: i32
§indel: c_int
§level: c_int
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§cd: bam_pileup_cd
Implementations§
source§impl bam_pileup1_t
impl bam_pileup1_t
pub fn is_del(&self) -> u32
pub fn set_is_del(&mut self, val: u32)
pub fn is_head(&self) -> u32
pub fn set_is_head(&mut self, val: u32)
pub fn is_tail(&self) -> u32
pub fn set_is_tail(&mut self, val: u32)
pub fn is_refskip(&self) -> u32
pub fn set_is_refskip(&mut self, val: u32)
pub fn aux(&self) -> u32
pub fn set_aux(&mut self, val: u32)
pub fn new_bitfield_1(
is_del: u32,
is_head: u32,
is_tail: u32,
is_refskip: u32,
aux: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations§
source§impl Clone for bam_pileup1_t
impl Clone for bam_pileup1_t
source§fn clone(&self) -> bam_pileup1_t
fn clone(&self) -> bam_pileup1_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more