cst_voice

Type Alias cst_voice 

Source
pub type cst_voice = cst_voice_struct;

Aliased Type§

#[repr(C)]
pub struct cst_voice { pub name: *const i8, pub features: *mut cst_features_struct, pub ffunctions: *mut cst_features_struct, pub utt_init: Option<unsafe extern "C" fn(*mut cst_utterance_struct, *mut cst_voice_struct) -> *mut cst_utterance_struct>, }

Fields§

§name: *const i8§features: *mut cst_features_struct§ffunctions: *mut cst_features_struct§utt_init: Option<unsafe extern "C" fn(*mut cst_utterance_struct, *mut cst_voice_struct) -> *mut cst_utterance_struct>