#[repr(C)]pub struct ksw_extz_t {Show 13 fields
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub max_q: c_int,
pub max_t: c_int,
pub mqe: c_int,
pub mqe_t: c_int,
pub mte: c_int,
pub mte_q: c_int,
pub score: c_int,
pub m_cigar: c_int,
pub n_cigar: c_int,
pub reach_end: c_int,
pub cigar: *mut u32,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§max_q: c_int§max_t: c_int§mqe: c_int§mqe_t: c_int§mte: c_int§mte_q: c_int§score: c_int§m_cigar: c_int§n_cigar: c_int§reach_end: c_int§cigar: *mut u32Implementations§
Source§impl ksw_extz_t
impl ksw_extz_t
pub fn max(&self) -> u32
pub fn set_max(&mut self, val: u32)
pub unsafe fn max_raw(this: *const Self) -> u32
pub unsafe fn set_max_raw(this: *mut Self, val: u32)
pub fn zdropped(&self) -> u32
pub fn set_zdropped(&mut self, val: u32)
pub unsafe fn zdropped_raw(this: *const Self) -> u32
pub unsafe fn set_zdropped_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1(max: u32, zdropped: u32) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for ksw_extz_t
impl Clone for ksw_extz_t
Source§fn clone(&self) -> ksw_extz_t
fn clone(&self) -> ksw_extz_t
Returns a duplicate 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 moreSource§impl Debug for ksw_extz_t
impl Debug for ksw_extz_t
impl Copy for ksw_extz_t
Auto Trait Implementations§
impl Freeze for ksw_extz_t
impl RefUnwindSafe for ksw_extz_t
impl !Send for ksw_extz_t
impl !Sync for ksw_extz_t
impl Unpin for ksw_extz_t
impl UnwindSafe for ksw_extz_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