#[repr(C)]pub struct SPSHORTCUTPAIR {
pub pNextSHORTCUTPAIR: *mut SPSHORTCUTPAIR,
pub LangID: WORD,
pub shType: SPSHORTCUTTYPE,
pub pszDisplay: LPWSTR,
pub pszSpoken: LPWSTR,
}
Fields§
§pNextSHORTCUTPAIR: *mut SPSHORTCUTPAIR
§LangID: WORD
§shType: SPSHORTCUTTYPE
§pszDisplay: LPWSTR
§pszSpoken: LPWSTR
Trait Implementations§
Source§impl Clone for SPSHORTCUTPAIR
impl Clone for SPSHORTCUTPAIR
Source§fn clone(&self) -> SPSHORTCUTPAIR
fn clone(&self) -> SPSHORTCUTPAIR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SPSHORTCUTPAIR
impl Default for SPSHORTCUTPAIR
Source§fn default() -> SPSHORTCUTPAIR
fn default() -> SPSHORTCUTPAIR
Returns the “default value” for a type. Read more
impl Copy for SPSHORTCUTPAIR
Auto Trait Implementations§
impl Freeze for SPSHORTCUTPAIR
impl RefUnwindSafe for SPSHORTCUTPAIR
impl !Send for SPSHORTCUTPAIR
impl !Sync for SPSHORTCUTPAIR
impl Unpin for SPSHORTCUTPAIR
impl UnwindSafe for SPSHORTCUTPAIR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more