Struct rust_htslib::htslib::bcf_info_t
source · #[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_int
§type_: c_int
§len: c_int
§v1: bcf_info_t__bindgen_ty_1
§vptr: *mut u8
§vptr_len: u32
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
Implementations§
source§impl bcf_info_t
impl bcf_info_t
pub fn vptr_off(&self) -> u32
pub fn set_vptr_off(&mut self, val: u32)
pub fn vptr_free(&self) -> u32
pub fn set_vptr_free(&mut self, val: u32)
pub fn new_bitfield_1(
vptr_off: u32,
vptr_free: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations§
source§impl Clone for bcf_info_t
impl Clone for bcf_info_t
source§fn clone(&self) -> bcf_info_t
fn clone(&self) -> bcf_info_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more