Struct rust_htslib::htslib::ks_tokaux_t [] [src]

#[repr(C)]
pub struct ks_tokaux_t { pub tab: [u64; 4], pub sep: c_int, pub finished: c_int, pub p: *const c_char, }

Fields

Trait Implementations

impl Debug for ks_tokaux_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ks_tokaux_t
[src]

impl Clone for ks_tokaux_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 ks_tokaux_t

impl !Sync for ks_tokaux_t