mm_reg1_t

Struct mm_reg1_t 

Source
#[repr(C)]
pub struct mm_reg1_t {
Show 20 fields pub id: i32, pub cnt: i32, pub rid: i32, pub score: i32, pub qs: i32, pub qe: i32, pub rs: i32, pub re: i32, pub parent: i32, pub subsc: i32, pub as_: i32, pub mlen: i32, pub blen: i32, pub n_sub: i32, pub score0: i32, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub hash: u32, pub div: f32, pub p: *mut mm_extra_t,
}

Fields§

§id: i32§cnt: i32§rid: i32§score: i32§qs: i32§qe: i32§rs: i32§re: i32§parent: i32§subsc: i32§as_: i32§mlen: i32§blen: i32§n_sub: i32§score0: i32§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§hash: u32§div: f32§p: *mut mm_extra_t

Implementations§

Source§

impl mm_reg1_t

Source

pub fn mapq(&self) -> u32

Source

pub fn set_mapq(&mut self, val: u32)

Source

pub unsafe fn mapq_raw(this: *const Self) -> u32

Source

pub unsafe fn set_mapq_raw(this: *mut Self, val: u32)

Source

pub fn split(&self) -> u32

Source

pub fn set_split(&mut self, val: u32)

Source

pub unsafe fn split_raw(this: *const Self) -> u32

Source

pub unsafe fn set_split_raw(this: *mut Self, val: u32)

Source

pub fn rev(&self) -> u32

Source

pub fn set_rev(&mut self, val: u32)

Source

pub unsafe fn rev_raw(this: *const Self) -> u32

Source

pub unsafe fn set_rev_raw(this: *mut Self, val: u32)

Source

pub fn inv(&self) -> u32

Source

pub fn set_inv(&mut self, val: u32)

Source

pub unsafe fn inv_raw(this: *const Self) -> u32

Source

pub unsafe fn set_inv_raw(this: *mut Self, val: u32)

Source

pub fn sam_pri(&self) -> u32

Source

pub fn set_sam_pri(&mut self, val: u32)

Source

pub unsafe fn sam_pri_raw(this: *const Self) -> u32

Source

pub unsafe fn set_sam_pri_raw(this: *mut Self, val: u32)

Source

pub fn proper_frag(&self) -> u32

Source

pub fn set_proper_frag(&mut self, val: u32)

Source

pub unsafe fn proper_frag_raw(this: *const Self) -> u32

Source

pub unsafe fn set_proper_frag_raw(this: *mut Self, val: u32)

Source

pub fn pe_thru(&self) -> u32

Source

pub fn set_pe_thru(&mut self, val: u32)

Source

pub unsafe fn pe_thru_raw(this: *const Self) -> u32

Source

pub unsafe fn set_pe_thru_raw(this: *mut Self, val: u32)

Source

pub fn seg_split(&self) -> u32

Source

pub fn set_seg_split(&mut self, val: u32)

Source

pub unsafe fn seg_split_raw(this: *const Self) -> u32

Source

pub unsafe fn set_seg_split_raw(this: *mut Self, val: u32)

Source

pub fn seg_id(&self) -> u32

Source

pub fn set_seg_id(&mut self, val: u32)

Source

pub unsafe fn seg_id_raw(this: *const Self) -> u32

Source

pub unsafe fn set_seg_id_raw(this: *mut Self, val: u32)

Source

pub fn split_inv(&self) -> u32

Source

pub fn set_split_inv(&mut self, val: u32)

Source

pub unsafe fn split_inv_raw(this: *const Self) -> u32

Source

pub unsafe fn set_split_inv_raw(this: *mut Self, val: u32)

Source

pub fn is_alt(&self) -> u32

Source

pub fn set_is_alt(&mut self, val: u32)

Source

pub unsafe fn is_alt_raw(this: *const Self) -> u32

Source

pub unsafe fn set_is_alt_raw(this: *mut Self, val: u32)

Source

pub fn strand_retained(&self) -> u32

Source

pub fn set_strand_retained(&mut self, val: u32)

Source

pub unsafe fn strand_retained_raw(this: *const Self) -> u32

Source

pub unsafe fn set_strand_retained_raw(this: *mut Self, val: u32)

Source

pub fn is_spliced(&self) -> u32

Source

pub fn set_is_spliced(&mut self, val: u32)

Source

pub unsafe fn is_spliced_raw(this: *const Self) -> u32

Source

pub unsafe fn set_is_spliced_raw(this: *mut Self, val: u32)

Source

pub fn dummy(&self) -> u32

Source

pub fn set_dummy(&mut self, val: u32)

Source

pub unsafe fn dummy_raw(this: *const Self) -> u32

Source

pub unsafe fn set_dummy_raw(this: *mut Self, val: u32)

Source

pub fn new_bitfield_1( mapq: u32, split: u32, rev: u32, inv: u32, sam_pri: u32, proper_frag: u32, pe_thru: u32, seg_split: u32, seg_id: u32, split_inv: u32, is_alt: u32, strand_retained: u32, is_spliced: u32, dummy: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>

Trait Implementations§

Source§

impl Clone for mm_reg1_t

Source§

fn clone(&self) -> mm_reg1_t

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for mm_reg1_t

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for mm_reg1_t

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.