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

pub struct Struct_Unnamed30 {
    pub tab: [uint64_t; 4],
    pub sep: c_int,
    pub finished: c_int,
    pub p: *const c_char,
}

Fields

tab: [uint64_t; 4] sep: c_int finished: c_int p: *const c_char

Trait Implementations

impl Clone for Struct_Unnamed30
[src]

fn clone(&self) -> Struct_Unnamed30

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_Unnamed30
[src]

impl Default for Struct_Unnamed30
[src]

fn default() -> Struct_Unnamed30

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