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