Struct winapi::sapi::SPVOICESTATUS [] [src]

pub struct SPVOICESTATUS {
    pub ulCurrentStream: ULONG,
    pub ulLastStreamQueued: ULONG,
    pub hrLastResult: HRESULT,
    pub dwRunningState: DWORD,
    pub ulInputWordPos: ULONG,
    pub ulInputWordLen: ULONG,
    pub ulInputSentPos: ULONG,
    pub ulInputSentLen: ULONG,
    pub lBookmarkId: LONG,
    pub PhonemeId: SPPHONEID,
    pub VisemeId: SPVISEMES,
    pub dwReserved1: DWORD,
    pub dwReserved2: DWORD,
}

Fields

ulCurrentStream: ULONG ulLastStreamQueued: ULONG hrLastResult: HRESULT dwRunningState: DWORD ulInputWordPos: ULONG ulInputWordLen: ULONG ulInputSentPos: ULONG ulInputSentLen: ULONG lBookmarkId: LONG PhonemeId: SPPHONEID VisemeId: SPVISEMES dwReserved1: DWORD dwReserved2: DWORD

Trait Implementations

impl Debug for SPVOICESTATUS
[src]

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

Formats the value using the given formatter.

impl Copy for SPVOICESTATUS
[src]

impl Clone for SPVOICESTATUS
[src]

fn clone(&self) -> SPVOICESTATUS

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