Struct windows_sys::Win32::UI::Shell::SHARDAPPIDINFOLINK
[−]#[repr(C, packed(1))]pub struct SHARDAPPIDINFOLINK {
pub psl: IShellLinkA,
pub pszAppID: PCWSTR,
}
Expand description
Required features: ‘Win32_UI_Shell’
Fields
psl: IShellLinkA
pszAppID: PCWSTR
Trait Implementations
impl Clone for SHARDAPPIDINFOLINK
impl Clone for SHARDAPPIDINFOLINK
impl Copy for SHARDAPPIDINFOLINK
Auto Trait Implementations
impl RefUnwindSafe for SHARDAPPIDINFOLINK
impl !Send for SHARDAPPIDINFOLINK
impl !Sync for SHARDAPPIDINFOLINK
impl Unpin for SHARDAPPIDINFOLINK
impl UnwindSafe for SHARDAPPIDINFOLINK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more