Struct pocketsphinx_sys::hash_iter_t [] [src]

#[repr(C)]
pub struct hash_iter_t { pub ht: *const hash_table_t, pub ent: *const hash_entry_t, pub idx: size_t, }

Fields

Trait Implementations

Auto Trait Implementations

impl !Send for hash_iter_t

impl !Sync for hash_iter_t