pub type cst_utterance = cst_utterance_struct;Aliased Type§
#[repr(C)]pub struct cst_utterance {
pub features: *mut cst_features_struct,
pub ffunctions: *mut cst_features_struct,
pub relations: *mut cst_features_struct,
pub ctx: *mut c_void,
}Fields§
§features: *mut cst_features_struct§ffunctions: *mut cst_features_struct§relations: *mut cst_features_struct§ctx: *mut c_void