Struct windows_sys::Win32::Media::Speech::SPVCONTEXT
[−]Expand description
Required features: "Win32_Media_Speech"
Fields
pCategory: PCWSTR
pBefore: PCWSTR
pAfter: PCWSTR
Trait Implementations
impl Clone for SPVCONTEXT
impl Clone for SPVCONTEXT
impl Copy for SPVCONTEXT
Auto Trait Implementations
impl RefUnwindSafe for SPVCONTEXT
impl !Send for SPVCONTEXT
impl !Sync for SPVCONTEXT
impl Unpin for SPVCONTEXT
impl UnwindSafe for SPVCONTEXT
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