Struct rust_htslib::htslib::bcf_info_t
source · pub struct bcf_info_t {
pub key: i32,
pub type_: i32,
pub v1: bcf_info_t__bindgen_ty_1,
pub vptr: *mut u8,
pub vptr_len: u32,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
pub len: i32,
}
Fields§
§key: i32
§type_: i32
§v1: bcf_info_t__bindgen_ty_1
§vptr: *mut u8
§vptr_len: u32
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
§len: i32
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