Struct rust_htslib::htslib::vcf::Struct_Unnamed37
[−]
[src]
pub struct Struct_Unnamed37 {
pub key: c_int,
pub _type: c_int,
pub len: c_int,
pub v1: Union_Unnamed38,
pub vptr: *mut uint8_t,
pub vptr_len: uint32_t,
pub vptr_off_vptr_free: uint32_t,
}Fields
key: c_int
_type: c_int
len: c_int
v1: Union_Unnamed38
vptr: *mut uint8_t
vptr_len: uint32_t
vptr_off_vptr_free: uint32_t
Trait Implementations
impl Copy for Struct_Unnamed37[src]
impl Clone for Struct_Unnamed37[src]
fn clone(&self) -> Struct_Unnamed37
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct_Unnamed37[src]
fn default() -> Struct_Unnamed37
Returns the "default value" for a type. Read more