Struct windows_sys::Win32::Media::Speech::SPRECOCONTEXTSTATUS
[−]#[repr(C)]pub struct SPRECOCONTEXTSTATUS {
pub eInterference: SPINTERFERENCE,
pub szRequestTypeOfUI: [u16; 255],
pub dwReserved1: u32,
pub dwReserved2: u32,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
eInterference: SPINTERFERENCE
szRequestTypeOfUI: [u16; 255]
dwReserved1: u32
dwReserved2: u32
Trait Implementations
impl Clone for SPRECOCONTEXTSTATUS
impl Clone for SPRECOCONTEXTSTATUS
impl Copy for SPRECOCONTEXTSTATUS
Auto Trait Implementations
impl RefUnwindSafe for SPRECOCONTEXTSTATUS
impl Send for SPRECOCONTEXTSTATUS
impl Sync for SPRECOCONTEXTSTATUS
impl Unpin for SPRECOCONTEXTSTATUS
impl UnwindSafe for SPRECOCONTEXTSTATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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