Enum smithay_client_toolkit::window::ButtonState [−][src]
pub enum ButtonState {
Hovered,
Idle,
Disabled,
}
Expand description
Represents the status of a button
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