#[repr(u8)]pub enum creative_mode_tab {
Show 14 variants
building_blocks = 0,
colored_blocks = 1,
natural_blocks = 2,
functional_blocks = 3,
redstone_blocks = 4,
hotbar = 5,
search = 6,
tools_and_utilities = 7,
combat = 8,
food_and_drinks = 9,
ingredients = 10,
spawn_eggs = 11,
op_blocks = 12,
inventory = 13,
}Variants§
building_blocks = 0
colored_blocks = 1
natural_blocks = 2
functional_blocks = 3
redstone_blocks = 4
hotbar = 5
search = 6
tools_and_utilities = 7
combat = 8
food_and_drinks = 9
ingredients = 10
spawn_eggs = 11
op_blocks = 12
inventory = 13
Implementations§
Trait Implementations§
source§impl Clone for creative_mode_tab
impl Clone for creative_mode_tab
source§fn clone(&self) -> creative_mode_tab
fn clone(&self) -> creative_mode_tab
Returns a copy 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 creative_mode_tab
impl Debug for creative_mode_tab
source§impl Display for creative_mode_tab
impl Display for creative_mode_tab
source§impl Hash for creative_mode_tab
impl Hash for creative_mode_tab
source§impl PartialEq for creative_mode_tab
impl PartialEq for creative_mode_tab
source§fn eq(&self, other: &creative_mode_tab) -> bool
fn eq(&self, other: &creative_mode_tab) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for creative_mode_tab
impl Write for creative_mode_tab
impl Copy for creative_mode_tab
impl Eq for creative_mode_tab
impl StructuralEq for creative_mode_tab
impl StructuralPartialEq for creative_mode_tab
Auto Trait Implementations§
impl RefUnwindSafe for creative_mode_tab
impl Send for creative_mode_tab
impl Sync for creative_mode_tab
impl Unpin for creative_mode_tab
impl UnwindSafe for creative_mode_tab
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