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
pub const Downloading: Self
pub const VerifyingTrust: Self
pub const Detecting: Self
pub const Resolving: Self
pub const VerifyingResolution: Self
pub const Executing: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more