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: BOOLassessmentForCurrent: UpdateAssessmentassessmentForUpToDate: UpdateAssessmentsecurityStatus: UpdateAssessmentStatusassessmentTime: FILETIMEreleaseInfoTime: FILETIMEcurrentOSBuild: PWSTRcurrentOSReleaseTime: FILETIMEupToDateOSBuild: PWSTRupToDateOSReleaseTime: FILETIMETrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more