Struct windows_sys::Win32::Media::Speech::SPPHRASEREPLACEMENT
[−]#[repr(C)]pub struct SPPHRASEREPLACEMENT {
pub bDisplayAttributes: u8,
pub pszReplacementText: PCWSTR,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
bDisplayAttributes: u8
pszReplacementText: PCWSTR
ulFirstElement: u32
ulCountOfElements: u32
Trait Implementations
impl Clone for SPPHRASEREPLACEMENT
impl Clone for SPPHRASEREPLACEMENT
impl Copy for SPPHRASEREPLACEMENT
Auto Trait Implementations
impl RefUnwindSafe for SPPHRASEREPLACEMENT
impl !Send for SPPHRASEREPLACEMENT
impl !Sync for SPPHRASEREPLACEMENT
impl Unpin for SPPHRASEREPLACEMENT
impl UnwindSafe for SPPHRASEREPLACEMENT
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