Enum raui_core::widget::component::interactive::navigation::NavJump [−][src]
pub enum NavJump {
First,
Last,
TopLeft,
TopRight,
BottomLeft,
BottomRight,
MiddleCenter,
Loop(NavDirection),
Escape(NavDirection, WidgetIdOrRef),
Scroll(NavScroll),
}Variants
Loop(NavDirection)Escape(NavDirection, WidgetIdOrRef)Scroll(NavScroll)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NavJumpimpl UnwindSafe for NavJumpBlanket Implementations
Mutably borrows from an owned value. Read more