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 = Self(0i32)
pub const Initializing: Self = Self(1i32)
pub const Preparing: Self = Self(2i32)
pub const Calculating: Self = Self(3i32)
pub const Downloading: Self = Self(4i32)
pub const Installing: Self = Self(5i32)
pub const Completed: Self = Self(6i32)
pub const RebootRequired: Self = Self(7i32)
pub const Error: Self = Self(8i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more