Struct windows::Win32::Media::Speech::SPPHRASEALT
#[repr(C)]pub struct SPPHRASEALT {
pub pPhrase: ManuallyDrop<Option<ISpPhraseBuilder>>,
pub ulStartElementInParent: u32,
pub cElementsInParent: u32,
pub cElementsInAlternate: u32,
pub pvAltExtra: *mut c_void,
pub cbAltExtra: u32,
}
Fields§
§pPhrase: ManuallyDrop<Option<ISpPhraseBuilder>>
§ulStartElementInParent: u32
§cElementsInParent: u32
§cElementsInAlternate: u32
§pvAltExtra: *mut c_void
§cbAltExtra: u32
Trait Implementations§
§impl Clone for SPPHRASEALT
impl Clone for SPPHRASEALT
§impl Debug for SPPHRASEALT
impl Debug for SPPHRASEALT
§impl PartialEq for SPPHRASEALT
impl PartialEq for SPPHRASEALT
§fn eq(&self, other: &SPPHRASEALT) -> bool
fn eq(&self, other: &SPPHRASEALT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SPPHRASEALT
impl StructuralPartialEq for SPPHRASEALT
Auto Trait Implementations§
impl Freeze for SPPHRASEALT
impl RefUnwindSafe for SPPHRASEALT
impl !Send for SPPHRASEALT
impl !Sync for SPPHRASEALT
impl Unpin for SPPHRASEALT
impl UnwindSafe for SPPHRASEALT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)