[][src]Struct rust_htslib::htslib::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 Copy for bcf_fmt_t[src]

impl Clone for bcf_fmt_t[src]

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

Performs copy-assignment from source. Read more

impl Debug for bcf_fmt_t[src]

Auto Trait Implementations

impl !Send for bcf_fmt_t

impl !Sync for bcf_fmt_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]