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