Struct winapi::sapi::SPVSTATE [] [src]

pub struct SPVSTATE {
    pub eAction: SPVACTIONS,
    pub LangID: WORD,
    pub wReserved: WORD,
    pub EmphAdj: c_long,
    pub RateAdj: c_long,
    pub Volume: ULONG,
    pub PitchAdj: SPVPITCH,
    pub SilenceMSecs: ULONG,
    pub pPhoneIds: *mut SPPHONEID,
    pub ePartOfSpeech: SPPARTOFSPEECH,
    pub Context: SPVCONTEXT,
}

Fields

eAction: SPVACTIONS LangID: WORD wReserved: WORD EmphAdj: c_long RateAdj: c_long Volume: ULONG PitchAdj: SPVPITCH SilenceMSecs: ULONG pPhoneIds: *mut SPPHONEID ePartOfSpeech: SPPARTOFSPEECH Context: SPVCONTEXT

Trait Implementations

impl Debug for SPVSTATE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SPVSTATE
[src]

impl Clone for SPVSTATE
[src]

fn clone(&self) -> SPVSTATE

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more