Struct 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,
}
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
§fn clone(&self) -> OSUpdateAssessment
fn clone(&self) -> OSUpdateAssessment
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 more§impl Debug for OSUpdateAssessment
impl Debug for OSUpdateAssessment
§impl Default for OSUpdateAssessment
impl Default for OSUpdateAssessment
§impl PartialEq for OSUpdateAssessment
impl PartialEq for OSUpdateAssessment
impl Copy for OSUpdateAssessment
impl StructuralPartialEq for OSUpdateAssessment
Auto Trait Implementations§
impl Freeze for OSUpdateAssessment
impl RefUnwindSafe for OSUpdateAssessment
impl !Send for OSUpdateAssessment
impl !Sync for OSUpdateAssessment
impl Unpin for OSUpdateAssessment
impl UnwindSafe for OSUpdateAssessment
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