#[repr(C)]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§
Source§impl Clone for SPSHORTCUTPAIRLIST
impl Clone for SPSHORTCUTPAIRLIST
Source§fn clone(&self) -> SPSHORTCUTPAIRLIST
fn clone(&self) -> SPSHORTCUTPAIRLIST
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 SPSHORTCUTPAIRLIST
impl Default for SPSHORTCUTPAIRLIST
Source§fn default() -> SPSHORTCUTPAIRLIST
fn default() -> SPSHORTCUTPAIRLIST
Returns the “default value” for a type. Read more
impl Copy for SPSHORTCUTPAIRLIST
Auto Trait Implementations§
impl Freeze for SPSHORTCUTPAIRLIST
impl RefUnwindSafe for SPSHORTCUTPAIRLIST
impl !Send for SPSHORTCUTPAIRLIST
impl !Sync for SPSHORTCUTPAIRLIST
impl Unpin for SPSHORTCUTPAIRLIST
impl UnwindSafe for SPSHORTCUTPAIRLIST
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