[][src]Struct hts_sys::bam1_t

#[repr(C)]pub struct bam1_t {
    pub core: bam1_core_t,
    pub id: u64,
    pub data: *mut u8,
    pub l_data: c_int,
    pub m_data: u32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
    pub __bindgen_padding_0: u32,
}

Fields

core: bam1_core_tid: u64data: *mut u8l_data: c_intm_data: u32_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>__bindgen_padding_0: u32

Methods

impl bam1_t[src]

pub fn mempolicy(&self) -> u32[src]

pub fn set_mempolicy(&mut self, val: u32)[src]

pub fn new_bitfield_1(mempolicy: u32) -> __BindgenBitfieldUnit<[u8; 4], u8>[src]

Trait Implementations

impl Clone for bam1_t[src]

impl Copy for bam1_t[src]

impl Debug for bam1_t[src]

Auto Trait Implementations

impl RefUnwindSafe for bam1_t

impl !Send for bam1_t

impl !Sync for bam1_t

impl Unpin for bam1_t

impl UnwindSafe for bam1_t

Blanket Implementations

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

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

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

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 = Infallible

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.