Struct windows_sys::Win32::Media::Speech::SPDISPLAYPHRASE
[−]#[repr(C)]pub struct SPDISPLAYPHRASE {
pub ulNumTokens: u32,
pub pTokens: *mut SPDISPLAYTOKEN,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
ulNumTokens: u32
pTokens: *mut SPDISPLAYTOKEN
Trait Implementations
impl Clone for SPDISPLAYPHRASE
impl Clone for SPDISPLAYPHRASE
impl Copy for SPDISPLAYPHRASE
Auto Trait Implementations
impl RefUnwindSafe for SPDISPLAYPHRASE
impl !Send for SPDISPLAYPHRASE
impl !Sync for SPDISPLAYPHRASE
impl Unpin for SPDISPLAYPHRASE
impl UnwindSafe for SPDISPLAYPHRASE
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