Struct winapi::sapi::SPSHORTCUTPAIRLIST
[−]
[src]
pub struct SPSHORTCUTPAIRLIST {
pub ulSize: ULONG,
pub pvBuffer: *mut BYTE,
pub pFirstShortcutPair: *mut SPSHORTCUTPAIR,
}Fields
ulSize | |
pvBuffer | |
pFirstShortcutPair |
Trait Implementations
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