Enum winit::platform::unix::ButtonState [−][src]
pub enum ButtonState {
Hovered,
Idle,
Disabled,
}
Expand description
A button state of the button on Wayland’s client side decorations.
Variants
Hovered
Button is being hovered over by pointer.
Idle
Button is not being hovered over by pointer.
Disabled
Button is disabled.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ButtonState
impl Send for ButtonState
impl Sync for ButtonState
impl Unpin for ButtonState
impl UnwindSafe for ButtonState
Blanket Implementations
Mutably borrows from an owned value. Read more