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