Struct windows::Win32::UI::Shell::APPINFODATA
#[repr(C)]pub struct APPINFODATA {Show 20 fields
pub cbSize: u32,
pub dwMask: u32,
pub pszDisplayName: PWSTR,
pub pszVersion: PWSTR,
pub pszPublisher: PWSTR,
pub pszProductID: PWSTR,
pub pszRegisteredOwner: PWSTR,
pub pszRegisteredCompany: PWSTR,
pub pszLanguage: PWSTR,
pub pszSupportUrl: PWSTR,
pub pszSupportTelephone: PWSTR,
pub pszHelpLink: PWSTR,
pub pszInstallLocation: PWSTR,
pub pszInstallSource: PWSTR,
pub pszInstallDate: PWSTR,
pub pszContact: PWSTR,
pub pszComments: PWSTR,
pub pszImage: PWSTR,
pub pszReadmeUrl: PWSTR,
pub pszUpdateInfoUrl: PWSTR,
}
Fields§
§cbSize: u32
§dwMask: u32
§pszDisplayName: PWSTR
§pszVersion: PWSTR
§pszPublisher: PWSTR
§pszProductID: PWSTR
§pszRegisteredOwner: PWSTR
§pszRegisteredCompany: PWSTR
§pszLanguage: PWSTR
§pszSupportUrl: PWSTR
§pszSupportTelephone: PWSTR
§pszHelpLink: PWSTR
§pszInstallLocation: PWSTR
§pszInstallSource: PWSTR
§pszInstallDate: PWSTR
§pszContact: PWSTR
§pszComments: PWSTR
§pszImage: PWSTR
§pszReadmeUrl: PWSTR
§pszUpdateInfoUrl: PWSTR
Trait Implementations§
§impl Clone for APPINFODATA
impl Clone for APPINFODATA
§fn clone(&self) -> APPINFODATA
fn clone(&self) -> APPINFODATA
Returns a copy 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 more§impl Debug for APPINFODATA
impl Debug for APPINFODATA
§impl PartialEq for APPINFODATA
impl PartialEq for APPINFODATA
§fn eq(&self, other: &APPINFODATA) -> bool
fn eq(&self, other: &APPINFODATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for APPINFODATA
impl Eq for APPINFODATA
impl StructuralPartialEq for APPINFODATA
Auto Trait Implementations§
impl Freeze for APPINFODATA
impl RefUnwindSafe for APPINFODATA
impl !Send for APPINFODATA
impl !Sync for APPINFODATA
impl Unpin for APPINFODATA
impl UnwindSafe for APPINFODATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)