Struct windows_sys::Win32::Media::Speech::SPEVENTSOURCEINFO
[−]#[repr(C)]pub struct SPEVENTSOURCEINFO {
pub ullEventInterest: u64,
pub ullQueuedInterest: u64,
pub ulCount: u32,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
ullEventInterest: u64
ullQueuedInterest: u64
ulCount: u32
Trait Implementations
impl Clone for SPEVENTSOURCEINFO
impl Clone for SPEVENTSOURCEINFO
impl Copy for SPEVENTSOURCEINFO
Auto Trait Implementations
impl RefUnwindSafe for SPEVENTSOURCEINFO
impl Send for SPEVENTSOURCEINFO
impl Sync for SPEVENTSOURCEINFO
impl Unpin for SPEVENTSOURCEINFO
impl UnwindSafe for SPEVENTSOURCEINFO
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