Struct rust_htslib::htslib::Struct___kstring_t [] [src]

pub struct Struct___kstring_t {
    pub l: size_t,
    pub m: size_t,
    pub s: *mut c_char,
}

Fields

Trait Implementations

impl Copy for Struct___kstring_t
[src]

impl Clone for Struct___kstring_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct___kstring_t
[src]

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