[][src]Struct hts_sys::bcf_fmt_t

#[repr(C)]pub struct bcf_fmt_t {
    pub id: c_int,
    pub n: c_int,
    pub size: c_int,
    pub type_: c_int,
    pub p: *mut u8,
    pub p_len: u32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
}

Fields

id: c_intn: c_intsize: c_inttype_: c_intp: *mut u8p_len: u32_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>

Methods

impl bcf_fmt_t[src]

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

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

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

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

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

Trait Implementations

impl Clone for bcf_fmt_t[src]

impl Copy for bcf_fmt_t[src]

impl Debug for bcf_fmt_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.