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 | |
elParamType | |
ulStreamNum | |
ullAudioStreamOffset | |
wParam | |
lParam |
Trait Implementations
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