Struct windows_sys::Win32::System::UpdateAssessment::UpdateAssessment
[−]#[repr(C)]pub struct UpdateAssessment {
pub status: UpdateAssessmentStatus,
pub impact: UpdateImpactLevel,
pub daysOutOfDate: u32,
}
Expand description
Required features: "Win32_System_UpdateAssessment"
Fields
status: UpdateAssessmentStatus
impact: UpdateImpactLevel
daysOutOfDate: u32
Trait Implementations
impl Clone for UpdateAssessment
impl Clone for UpdateAssessment
impl Copy for UpdateAssessment
Auto Trait Implementations
impl RefUnwindSafe for UpdateAssessment
impl Send for UpdateAssessment
impl Sync for UpdateAssessment
impl Unpin for UpdateAssessment
impl UnwindSafe for UpdateAssessment
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