Struct windows_sys::UI::Xaml::Automation::WindowInteractionState
[−]#[repr(transparent)]pub struct WindowInteractionState(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl WindowInteractionState
impl WindowInteractionState
pub const Running: Self = Self(0i32)
pub const Closing: Self = Self(1i32)
pub const ReadyForUserInteraction: Self = Self(2i32)
pub const BlockedByModalWindow: Self = Self(3i32)
pub const NotResponding: Self = Self(4i32)
Trait Implementations
impl Clone for WindowInteractionState
impl Clone for WindowInteractionState
impl Copy for WindowInteractionState
Auto Trait Implementations
impl RefUnwindSafe for WindowInteractionState
impl Send for WindowInteractionState
impl Sync for WindowInteractionState
impl Unpin for WindowInteractionState
impl UnwindSafe for WindowInteractionState
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