Struct hts_sys::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,
pub cigar_ind: c_int,
}
Fields§
§b: *mut bam1_t
§qpos: i32
§indel: c_int
§level: c_int
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§cd: bam_pileup_cd
§cigar_ind: c_int
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 moreimpl Copy for bam_pileup1_t
Auto Trait Implementations§
impl Freeze for bam_pileup1_t
impl RefUnwindSafe for bam_pileup1_t
impl !Send for bam_pileup1_t
impl !Sync for bam_pileup1_t
impl Unpin for bam_pileup1_t
impl UnwindSafe for bam_pileup1_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more