Struct winapi::sapi::SPEVENT [] [src]

pub struct SPEVENT {
    pub eEventId: WORD,
    pub elParamType: WORD,
    pub ulStreamNum: ULONG,
    pub ullAudioStreamOffset: ULONGLONG,
    pub wParam: WPARAM,
    pub lParam: LPARAM,
}

Fields

eEventId: WORD elParamType: WORD ulStreamNum: ULONG ullAudioStreamOffset: ULONGLONG wParam: WPARAM lParam: LPARAM

Trait Implementations

impl Debug for SPEVENT
[src]

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

Formats the value using the given formatter.

impl Copy for SPEVENT
[src]

impl Clone for SPEVENT
[src]

fn clone(&self) -> SPEVENT

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