[][src]Struct rust_htslib::htslib::bam1_core_t

#[repr(C)]
pub struct bam1_core_t {
    pub tid: i32,
    pub pos: i32,
    pub bin: u16,
    pub qual: u8,
    pub l_qname: u8,
    pub flag: u16,
    pub unused1: u8,
    pub l_extranul: u8,
    pub n_cigar: u32,
    pub l_qseq: i32,
    pub mtid: i32,
    pub mpos: i32,
    pub isize: i32,
}

Fields

tid: i32pos: i32bin: u16qual: u8l_qname: u8flag: u16unused1: u8l_extranul: u8n_cigar: u32l_qseq: i32mtid: i32mpos: i32isize: i32

Trait Implementations

impl Clone for bam1_core_t[src]

impl Copy for bam1_core_t[src]

impl Debug for bam1_core_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]