Struct rust_htslib::htslib::bcf_fmt_t [−][src]
#[repr(C)]pub struct bcf_fmt_t { pub id: i32, pub n: i32, pub size: i32, pub type_: i32, pub p: *mut u8, pub p_len: u32, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>, }
Fields
id: i32
n: i32
size: i32
type_: i32
p: *mut u8
p_len: u32
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bcf_fmt_t
impl UnwindSafe for bcf_fmt_t
Blanket Implementations
Mutably borrows from an owned value. Read more