Enum zaplib_components::TabEvent
source · [−]pub enum TabEvent {
None,
DragMove(PointerMoveEvent),
DragEnd(PointerUpEvent),
Closing,
Close,
Select,
}
Variants
None
DragMove(PointerMoveEvent)
DragEnd(PointerUpEvent)
Closing
Close
Select
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TabEvent
impl UnwindSafe for TabEvent
Blanket Implementations
Mutably borrows from an owned value. Read more