Struct windows_sys::Win32::System::UpdateAssessment::OSUpdateAssessment
[−]#[repr(C)]pub struct OSUpdateAssessment {
pub isEndOfSupport: BOOL,
pub assessmentForCurrent: UpdateAssessment,
pub assessmentForUpToDate: UpdateAssessment,
pub securityStatus: UpdateAssessmentStatus,
pub assessmentTime: FILETIME,
pub releaseInfoTime: FILETIME,
pub currentOSBuild: PWSTR,
pub currentOSReleaseTime: FILETIME,
pub upToDateOSBuild: PWSTR,
pub upToDateOSReleaseTime: FILETIME,
}
Expand description
Required features: "Win32_System_UpdateAssessment"
, "Win32_Foundation"
Fields
isEndOfSupport: BOOL
assessmentForCurrent: UpdateAssessment
assessmentForUpToDate: UpdateAssessment
securityStatus: UpdateAssessmentStatus
assessmentTime: FILETIME
releaseInfoTime: FILETIME
currentOSBuild: PWSTR
currentOSReleaseTime: FILETIME
upToDateOSBuild: PWSTR
upToDateOSReleaseTime: FILETIME
Trait Implementations
impl Clone for OSUpdateAssessment
impl Clone for OSUpdateAssessment
impl Copy for OSUpdateAssessment
Auto Trait Implementations
impl RefUnwindSafe for OSUpdateAssessment
impl !Send for OSUpdateAssessment
impl !Sync for OSUpdateAssessment
impl Unpin for OSUpdateAssessment
impl UnwindSafe for OSUpdateAssessment
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