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

l: size_t m: size_t s: *mut c_char

Trait Implementations

impl Clone for Struct___kstring_t
[src]

fn clone(&self) -> Struct___kstring_t

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

impl Default for Struct___kstring_t
[src]

fn default() -> Struct___kstring_t

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