Struct winapi::sapi::SPSHORTCUTPAIR
[−]
[src]
pub struct SPSHORTCUTPAIR {
pub pNextSHORTCUTPAIR: *mut SPSHORTCUTPAIR,
pub LangID: WORD,
pub shType: SPSHORTCUTTYPE,
pub pszDisplay: LPWSTR,
pub pszSpoken: LPWSTR,
}Fields
pNextSHORTCUTPAIR | |
LangID | |
shType | |
pszDisplay | |
pszSpoken |
Trait Implementations
impl Copy for SPSHORTCUTPAIR[src]
impl Clone for SPSHORTCUTPAIR[src]
fn clone(&self) -> SPSHORTCUTPAIR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more