Enum rust_rpg_toolkit::gui::MenuResult [−][src]
pub enum MenuResult {
Cancel,
Index(usize),
None,
}
Variants
Index(usize)
Tuple Fields of Index
0: usize
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MenuResult
impl Send for MenuResult
impl Sync for MenuResult
impl Unpin for MenuResult
impl UnwindSafe for MenuResult
Blanket Implementations
Mutably borrows from an owned value. Read more