Struct windows_sys::Win32::Media::Speech::SPSHORTCUTPAIR
[−]#[repr(C)]pub struct SPSHORTCUTPAIR {
pub pNextSHORTCUTPAIR: *mut SPSHORTCUTPAIR,
pub LangID: u16,
pub shType: SPSHORTCUTTYPE,
pub pszDisplay: PWSTR,
pub pszSpoken: PWSTR,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
pNextSHORTCUTPAIR: *mut SPSHORTCUTPAIR
LangID: u16
shType: SPSHORTCUTTYPE
pszDisplay: PWSTR
pszSpoken: PWSTR
Trait Implementations
impl Clone for SPSHORTCUTPAIR
impl Clone for SPSHORTCUTPAIR
impl Copy for SPSHORTCUTPAIR
Auto Trait Implementations
impl RefUnwindSafe for SPSHORTCUTPAIR
impl !Send for SPSHORTCUTPAIR
impl !Sync for SPSHORTCUTPAIR
impl Unpin for SPSHORTCUTPAIR
impl UnwindSafe for SPSHORTCUTPAIR
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