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: i64tid: i32bin: u16qual: u8l_extranul: u8flag: u16l_qname: u16n_cigar: u32l_qseq: i32mtid: i32mpos: i64isize: i64Trait 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more