Enum zaplib::HoverState
source · [−]pub enum HoverState {
In,
Over,
Out,
}
Expand description
The type of PointerHoverEvent
.
Variants
In
Over
Out
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HoverState
impl Send for HoverState
impl Sync for HoverState
impl Unpin for HoverState
impl UnwindSafe for HoverState
Blanket Implementations
Mutably borrows from an owned value. Read more