#[repr(C)]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: WORD
§elParamType: WORD
§ulStreamNum: ULONG
§ullAudioStreamOffset: ULONGLONG
§wParam: WPARAM
§lParam: LPARAM
§ullAudioTimeOffset: ULONGLONG
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPEVENTEX
impl RefUnwindSafe for SPEVENTEX
impl Send for SPEVENTEX
impl Sync for SPEVENTEX
impl Unpin for SPEVENTEX
impl UnwindSafe for SPEVENTEX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more