[][src]Struct rust_htslib::htslib::bcf_info_t

#[repr(C)]
pub struct bcf_info_t { pub key: c_int, pub type_: c_int, pub len: 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>, }

Fields

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

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 Copy for bcf_info_t[src]

impl Clone for bcf_info_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf_info_t

impl !Sync for bcf_info_t

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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