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]

[src]

Formats the value using the given formatter. Read more

impl Copy for __kstring_t
[src]

impl Clone for __kstring_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for __kstring_t

impl !Sync for __kstring_t