#[repr(C)]pub struct SPEVENTEX {
pub _bitfield: i32,
pub ulStreamNum: u32,
pub ullAudioStreamOffset: u64,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub ullAudioTimeOffset: u64,
}
Expand description
Required features: "Win32_Media_Speech"
, "Win32_Foundation"
Fields
_bitfield: i32
ulStreamNum: u32
ullAudioStreamOffset: u64
wParam: WPARAM
lParam: LPARAM
ullAudioTimeOffset: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SPEVENTEX
impl Send for SPEVENTEX
impl Sync for SPEVENTEX
impl Unpin for SPEVENTEX
impl UnwindSafe for SPEVENTEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more