Struct vc6_sys::_tagSOFTDISTINFO
source · #[repr(C)]pub struct _tagSOFTDISTINFO {Show 13 fields
pub cbSize: ULONG,
pub dwFlags: DWORD,
pub dwAdState: DWORD,
pub szTitle: LPWSTR,
pub szAbstract: LPWSTR,
pub szHREF: LPWSTR,
pub dwInstalledVersionMS: DWORD,
pub dwInstalledVersionLS: DWORD,
pub dwUpdateVersionMS: DWORD,
pub dwUpdateVersionLS: DWORD,
pub dwAdvertisedVersionMS: DWORD,
pub dwAdvertisedVersionLS: DWORD,
pub dwReserved: DWORD,
}Fields§
§cbSize: ULONG§dwFlags: DWORD§dwAdState: DWORD§szTitle: LPWSTR§szAbstract: LPWSTR§szHREF: LPWSTR§dwInstalledVersionMS: DWORD§dwInstalledVersionLS: DWORD§dwUpdateVersionMS: DWORD§dwUpdateVersionLS: DWORD§dwAdvertisedVersionMS: DWORD§dwAdvertisedVersionLS: DWORD§dwReserved: DWORDTrait Implementations§
source§impl Clone for _tagSOFTDISTINFO
impl Clone for _tagSOFTDISTINFO
source§fn clone(&self) -> _tagSOFTDISTINFO
fn clone(&self) -> _tagSOFTDISTINFO
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 _tagSOFTDISTINFO
impl Debug for _tagSOFTDISTINFO
impl Copy for _tagSOFTDISTINFO
Auto Trait Implementations§
impl RefUnwindSafe for _tagSOFTDISTINFO
impl !Send for _tagSOFTDISTINFO
impl !Sync for _tagSOFTDISTINFO
impl Unpin for _tagSOFTDISTINFO
impl UnwindSafe for _tagSOFTDISTINFO
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