#[repr(C)]
pub struct lexicon_struct {
Show 13 fields pub name: *const c_char, pub num_entries: c_int, pub data: *mut c_uchar, pub num_bytes: c_int, pub phone_table: *mut *mut c_char, pub lts_rule_set: *mut cst_lts_rules, pub syl_boundary: Option<unsafe extern "C" fn(i: *const cst_item, p: *const cst_val) -> c_int>, pub lts_function: Option<unsafe extern "C" fn(l: *const lexicon_struct, word: *const c_char, pos: *const c_char, feats: *const cst_features) -> *mut cst_val>, pub addenda: *mut *mut *mut c_char, pub phone_hufftable: *const *const c_char, pub entry_hufftable: *const *const c_char, pub postlex: Option<unsafe extern "C" fn(u: *mut cst_utterance) -> *mut cst_utterance>, pub lex_addenda: *mut cst_val,
}

Fields

name: *const c_charnum_entries: c_intdata: *mut c_ucharnum_bytes: c_intphone_table: *mut *mut c_charlts_rule_set: *mut cst_lts_rulessyl_boundary: Option<unsafe extern "C" fn(i: *const cst_item, p: *const cst_val) -> c_int>lts_function: Option<unsafe extern "C" fn(l: *const lexicon_struct, word: *const c_char, pos: *const c_char, feats: *const cst_features) -> *mut cst_val>addenda: *mut *mut *mut c_charphone_hufftable: *const *const c_charentry_hufftable: *const *const c_charpostlex: Option<unsafe extern "C" fn(u: *mut cst_utterance) -> *mut cst_utterance>lex_addenda: *mut cst_val

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.