[][src]Struct hts_sys::bcf_info_t

#[repr(C)]pub struct bcf_info_t {
    pub key: c_int,
    pub type_: c_int,
    pub v1: bcf_info_t__bindgen_ty_1,
    pub vptr: *mut u8,
    pub vptr_len: u32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
    pub len: c_int,
}

Fields

key: c_inttype_: c_intv1: bcf_info_t__bindgen_ty_1vptr: *mut u8vptr_len: u32_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>len: c_int

Methods

impl bcf_info_t[src]

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

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

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

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

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

Trait Implementations

impl Clone for bcf_info_t[src]

impl Copy for bcf_info_t[src]

Auto Trait Implementations

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.