Struct minimap2_sys::ksw_extz_t
source · [−]#[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_intmax_t: c_intmqe: c_intmqe_t: c_intmte: c_intmte_q: c_intscore: c_intm_cigar: c_intn_cigar: c_intreach_end: c_intcigar: *mut u32Implementations
Trait Implementations
sourceimpl Clone for ksw_extz_t
impl Clone for ksw_extz_t
sourcefn clone(&self) -> ksw_extz_t
fn clone(&self) -> ksw_extz_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ksw_extz_t
impl Debug for ksw_extz_t
impl Copy for ksw_extz_t
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more