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