Struct windows_sys::System::Update::SystemUpdateItemState
[−]#[repr(transparent)]pub struct SystemUpdateItemState(pub i32);
Expand description
Required features: ‘System_Update’
Tuple Fields
0: i32
Implementations
impl SystemUpdateItemState
impl SystemUpdateItemState
pub const NotStarted: Self
pub const Initializing: Self
pub const Preparing: Self
pub const Calculating: Self
pub const Downloading: Self
pub const Installing: Self
pub const Completed: Self
pub const RebootRequired: Self
pub const Error: Self
Trait Implementations
impl Clone for SystemUpdateItemState
impl Clone for SystemUpdateItemState
impl Copy for SystemUpdateItemState
Auto Trait Implementations
impl RefUnwindSafe for SystemUpdateItemState
impl Send for SystemUpdateItemState
impl Sync for SystemUpdateItemState
impl Unpin for SystemUpdateItemState
impl UnwindSafe for SystemUpdateItemState
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