Struct windows_sys::System::Diagnostics::DiagnosticActionState
[−]#[repr(transparent)]pub struct DiagnosticActionState(pub i32);
Expand description
Required features: "System_Diagnostics"
Tuple Fields
0: i32
Implementations
impl DiagnosticActionState
impl DiagnosticActionState
pub const Initializing: Self = Self(0i32)
pub const Downloading: Self = Self(1i32)
pub const VerifyingTrust: Self = Self(2i32)
pub const Detecting: Self = Self(3i32)
pub const Resolving: Self = Self(4i32)
pub const VerifyingResolution: Self = Self(5i32)
pub const Executing: Self = Self(6i32)
Trait Implementations
impl Clone for DiagnosticActionState
impl Clone for DiagnosticActionState
impl Copy for DiagnosticActionState
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticActionState
impl Send for DiagnosticActionState
impl Sync for DiagnosticActionState
impl Unpin for DiagnosticActionState
impl UnwindSafe for DiagnosticActionState
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