[][src]Struct rust_htslib::htslib::bam1_t

#[repr(C)]
pub struct bam1_t {
    pub core: bam1_core_t,
    pub l_data: c_int,
    pub m_data: u32,
    pub data: *mut u8,
    pub id: u64,
}

Fields

core: bam1_core_tl_data: c_intm_data: u32data: *mut u8id: u64

Trait Implementations

impl Clone for bam1_t[src]

impl Copy for bam1_t[src]

impl Debug for bam1_t[src]

Auto Trait Implementations

impl !Send for bam1_t

impl !Sync for bam1_t

impl Unpin for bam1_t

impl UnwindSafe for bam1_t

impl RefUnwindSafe for bam1_t

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]