Struct vc6_sys::tagPACKAGEDETAIL
source · #[repr(C)]pub struct tagPACKAGEDETAIL {Show 16 fields
pub PathType: CLASSPATHTYPE,
pub pszPath: LPOLESTR,
pub pszIconPath: LPOLESTR,
pub pszSetupCommand: LPOLESTR,
pub dwActFlags: DWORD,
pub pszVendor: LPOLESTR,
pub pszPackageName: LPOLESTR,
pub pszProductName: LPOLESTR,
pub dwContext: DWORD,
pub Platform: CSPLATFORM,
pub Locale: LCID,
pub dwVersionHi: DWORD,
pub dwVersionLo: DWORD,
pub Usn: ULONGLONG,
pub cApps: DWORD,
pub pAppDetail: *mut APPDETAIL,
}Fields§
§PathType: CLASSPATHTYPE§pszPath: LPOLESTR§pszIconPath: LPOLESTR§pszSetupCommand: LPOLESTR§dwActFlags: DWORD§pszVendor: LPOLESTR§pszPackageName: LPOLESTR§pszProductName: LPOLESTR§dwContext: DWORD§Platform: CSPLATFORM§Locale: LCID§dwVersionHi: DWORD§dwVersionLo: DWORD§Usn: ULONGLONG§cApps: DWORD§pAppDetail: *mut APPDETAILTrait Implementations§
source§impl Clone for tagPACKAGEDETAIL
impl Clone for tagPACKAGEDETAIL
source§fn clone(&self) -> tagPACKAGEDETAIL
fn clone(&self) -> tagPACKAGEDETAIL
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 moresource§impl Debug for tagPACKAGEDETAIL
impl Debug for tagPACKAGEDETAIL
impl Copy for tagPACKAGEDETAIL
Auto Trait Implementations§
impl RefUnwindSafe for tagPACKAGEDETAIL
impl !Send for tagPACKAGEDETAIL
impl !Sync for tagPACKAGEDETAIL
impl Unpin for tagPACKAGEDETAIL
impl UnwindSafe for tagPACKAGEDETAIL
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