#[repr(C)]pub struct bam_pileup1_t {
pub b: *mut bam1_t,
pub qpos: i32,
pub indel: i32,
pub level: i32,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub cd: bam_pileup_cd,
pub cigar_ind: i32,
}
Fields§
§b: *mut bam1_t
§qpos: i32
§indel: i32
§level: i32
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§cd: bam_pileup_cd
§cigar_ind: i32
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]>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)