Struct winapi::sapi::SPSHORTCUTPAIRLIST [] [src]

pub struct SPSHORTCUTPAIRLIST {
    pub ulSize: ULONG,
    pub pvBuffer: *mut BYTE,
    pub pFirstShortcutPair: *mut SPSHORTCUTPAIR,
}

Fields

ulSize: ULONG pvBuffer: *mut BYTE pFirstShortcutPair: *mut SPSHORTCUTPAIR

Trait Implementations

impl Debug for SPSHORTCUTPAIRLIST
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SPSHORTCUTPAIRLIST
[src]

impl Clone for SPSHORTCUTPAIRLIST
[src]

fn clone(&self) -> SPSHORTCUTPAIRLIST

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