Struct windows_sys::Win32::Media::Speech::SPPHRASERULE
[−]#[repr(C)]pub struct SPPHRASERULE {
pub pszName: PCWSTR,
pub ulId: u32,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
pub pNextSibling: *const SPPHRASERULE,
pub pFirstChild: *const SPPHRASERULE,
pub SREngineConfidence: f32,
pub Confidence: i8,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
pszName: PCWSTR
ulId: u32
ulFirstElement: u32
ulCountOfElements: u32
pNextSibling: *const SPPHRASERULE
pFirstChild: *const SPPHRASERULE
SREngineConfidence: f32
Confidence: i8
Trait Implementations
impl Clone for SPPHRASERULE
impl Clone for SPPHRASERULE
impl Copy for SPPHRASERULE
Auto Trait Implementations
impl RefUnwindSafe for SPPHRASERULE
impl !Send for SPPHRASERULE
impl !Sync for SPPHRASERULE
impl Unpin for SPPHRASERULE
impl UnwindSafe for SPPHRASERULE
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