Struct rust_htslib::htslib::bcf_fmt_t[][src]

#[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

Methods

impl bcf_fmt_t
[src]

Trait Implementations

impl Debug for bcf_fmt_t
[src]

Formats the value using the given formatter. Read more

impl Copy for bcf_fmt_t
[src]

impl Clone for bcf_fmt_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for bcf_fmt_t

impl !Sync for bcf_fmt_t