Struct winapi::sapi::SPEVENTEX
[−]
[src]
pub struct SPEVENTEX {
pub eEventId: WORD,
pub elParamType: WORD,
pub ulStreamNum: ULONG,
pub ullAudioStreamOffset: ULONGLONG,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub ullAudioTimeOffset: ULONGLONG,
}Fields
eEventId | |
elParamType | |
ulStreamNum | |
ullAudioStreamOffset | |
wParam | |
lParam | |
ullAudioTimeOffset |
Trait Implementations
impl Copy for SPEVENTEX[src]
impl Clone for SPEVENTEX[src]
fn clone(&self) -> SPEVENTEX
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