Struct rust_htslib::htslib::vcf::Struct_Unnamed36 [] [src]

pub struct Struct_Unnamed36 {
    pub id: c_int,
    pub n: c_int,
    pub size: c_int,
    pub _type: c_int,
    pub p: *mut uint8_t,
    pub p_len: uint32_t,
    pub p_off_p_free: uint32_t,
}

Fields

id: c_int n: c_int size: c_int _type: c_int p: *mut uint8_t p_len: uint32_t p_off_p_free: uint32_t

Trait Implementations

impl Clone for Struct_Unnamed36
[src]

fn clone(&self) -> Struct_Unnamed36

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 Copy for Struct_Unnamed36
[src]

impl Default for Struct_Unnamed36
[src]

fn default() -> Struct_Unnamed36

Returns the "default value" for a type. Read more