Struct rust_htslib::htslib::__kstring_t[][src]

#[repr(C)]
pub struct __kstring_t { pub l: usize, pub m: usize, pub s: *mut c_char, }

Fields

Trait Implementations

impl Debug for __kstring_t
[src]

Formats the value using the given formatter. Read more

impl Copy for __kstring_t
[src]

impl Clone for __kstring_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for __kstring_t

impl !Sync for __kstring_t