Struct rust_htslib::htslib::ks_tokaux_t [−][src]
#[repr(C)]pub struct ks_tokaux_t { pub tab: [u64; 4], pub sep: i32, pub finished: i32, pub p: *const i8, }
Fields
tab: [u64; 4]
sep: i32
finished: i32
p: *const i8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ks_tokaux_t
impl !Send for ks_tokaux_t
impl !Sync for ks_tokaux_t
impl Unpin for ks_tokaux_t
impl UnwindSafe for ks_tokaux_t
Blanket Implementations
Mutably borrows from an owned value. Read more