Struct hts_sys::bam1_core_t[][src]

#[repr(C)]
pub struct bam1_core_t { pub pos: hts_pos_t, 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: hts_pos_t, pub isize: hts_pos_t, }

Fields

pos: hts_pos_ttid: i32bin: u16qual: u8l_extranul: u8flag: u16l_qname: u16n_cigar: u32l_qseq: i32mtid: i32mpos: hts_pos_tisize: hts_pos_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.