Struct rust_htslib::htslib::bam1_core_t
source · [−]#[repr(C)]pub struct bam1_core_t {
pub pos: i64,
pub tid: i32,
pub bin: u16,
pub qual: u8,
pub l_extranul: u8,
pub flag: u16,
pub l_qname: u16,
pub n_cigar: u32,
pub l_qseq: i32,
pub mtid: i32,
pub mpos: i64,
pub isize: i64,
}
Fields
pos: i64
tid: i32
bin: u16
qual: u8
l_extranul: u8
flag: u16
l_qname: u16
n_cigar: u32
l_qseq: i32
mtid: i32
mpos: i64
isize: i64
Trait Implementations
sourceimpl Clone for bam1_core_t
impl Clone for bam1_core_t
sourcefn clone(&self) -> bam1_core_t
fn clone(&self) -> bam1_core_t
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for bam1_core_t
impl Debug for bam1_core_t
impl Copy for bam1_core_t
Auto Trait Implementations
impl RefUnwindSafe for bam1_core_t
impl Send for bam1_core_t
impl Sync for bam1_core_t
impl Unpin for bam1_core_t
impl UnwindSafe for bam1_core_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