#[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: DWORD
Trait 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
Source§impl Ord for _tagSOFTDISTINFO
impl Ord for _tagSOFTDISTINFO
Source§fn cmp(&self, other: &_tagSOFTDISTINFO) -> Ordering
fn cmp(&self, other: &_tagSOFTDISTINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagSOFTDISTINFO
impl PartialEq for _tagSOFTDISTINFO
Source§impl PartialOrd for _tagSOFTDISTINFO
impl PartialOrd for _tagSOFTDISTINFO
impl Copy for _tagSOFTDISTINFO
impl Eq for _tagSOFTDISTINFO
impl StructuralPartialEq for _tagSOFTDISTINFO
Auto Trait Implementations§
impl Freeze for _tagSOFTDISTINFO
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