#[repr(u32)]pub enum TeleporterMenu {
Nothing = 0,
EggCorridor = 1,
Grasstown = 2,
SandZone = 3,
Labyrinth = 4,
Plantation = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TeleporterMenu
impl Clone for TeleporterMenu
Source§fn clone(&self) -> TeleporterMenu
fn clone(&self) -> TeleporterMenu
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TeleporterMenu
impl Debug for TeleporterMenu
Source§impl Default for TeleporterMenu
impl Default for TeleporterMenu
Source§fn default() -> TeleporterMenu
fn default() -> TeleporterMenu
Returns the “default value” for a type. Read more
Source§impl Display for TeleporterMenu
impl Display for TeleporterMenu
Source§impl From<i32> for TeleporterMenu
impl From<i32> for TeleporterMenu
Source§impl IntoEnumIterator for TeleporterMenu
impl IntoEnumIterator for TeleporterMenu
type Iterator = TeleporterMenuIter
fn iter() -> TeleporterMenuIter ⓘ
Source§impl PartialEq for TeleporterMenu
impl PartialEq for TeleporterMenu
impl Copy for TeleporterMenu
impl Eq for TeleporterMenu
impl StructuralPartialEq for TeleporterMenu
Auto Trait Implementations§
impl Freeze for TeleporterMenu
impl RefUnwindSafe for TeleporterMenu
impl Send for TeleporterMenu
impl Sync for TeleporterMenu
impl Unpin for TeleporterMenu
impl UnwindSafe for TeleporterMenu
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more