Struct windows_sys::UI::Core::CoreProcessEventsOption
[−]#[repr(transparent)]pub struct CoreProcessEventsOption(pub i32);
Expand description
Required features: "UI_Core"
Tuple Fields
0: i32
Implementations
impl CoreProcessEventsOption
impl CoreProcessEventsOption
pub const ProcessOneAndAllPending: Self = Self(0i32)
pub const ProcessOneIfPresent: Self = Self(1i32)
pub const ProcessUntilQuit: Self = Self(2i32)
pub const ProcessAllIfPresent: Self = Self(3i32)
Trait Implementations
impl Clone for CoreProcessEventsOption
impl Clone for CoreProcessEventsOption
impl Copy for CoreProcessEventsOption
Auto Trait Implementations
impl RefUnwindSafe for CoreProcessEventsOption
impl Send for CoreProcessEventsOption
impl Sync for CoreProcessEventsOption
impl Unpin for CoreProcessEventsOption
impl UnwindSafe for CoreProcessEventsOption
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