Struct windows_sys::Win32::Media::Speech::SPWORDPRONUNCIATION
[−]#[repr(C)]pub struct SPWORDPRONUNCIATION {
pub pNextWordPronunciation: *mut SPWORDPRONUNCIATION,
pub eLexiconType: SPLEXICONTYPE,
pub LangID: u16,
pub wPronunciationFlags: u16,
pub ePartOfSpeech: SPPARTOFSPEECH,
pub szPronunciation: [u16; 1],
}
Expand description
Required features: "Win32_Media_Speech"
Fields
pNextWordPronunciation: *mut SPWORDPRONUNCIATION
eLexiconType: SPLEXICONTYPE
LangID: u16
wPronunciationFlags: u16
ePartOfSpeech: SPPARTOFSPEECH
szPronunciation: [u16; 1]
Trait Implementations
impl Clone for SPWORDPRONUNCIATION
impl Clone for SPWORDPRONUNCIATION
impl Copy for SPWORDPRONUNCIATION
Auto Trait Implementations
impl RefUnwindSafe for SPWORDPRONUNCIATION
impl !Send for SPWORDPRONUNCIATION
impl !Sync for SPWORDPRONUNCIATION
impl Unpin for SPWORDPRONUNCIATION
impl UnwindSafe for SPWORDPRONUNCIATION
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