Struct windows::Win32::UI::Shell::SHARDAPPIDINFOLINK
#[repr(C, packed(1))]pub struct SHARDAPPIDINFOLINK {
pub psl: ManuallyDrop<Option<IShellLinkA>>,
pub pszAppID: PCWSTR,
}
Fields§
§psl: ManuallyDrop<Option<IShellLinkA>>
§pszAppID: PCWSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SHARDAPPIDINFOLINK
impl RefUnwindSafe for SHARDAPPIDINFOLINK
impl !Send for SHARDAPPIDINFOLINK
impl !Sync for SHARDAPPIDINFOLINK
impl Unpin for SHARDAPPIDINFOLINK
impl UnwindSafe for SHARDAPPIDINFOLINK
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