Enum minecraft_data::painting_variant
source · #[repr(u8)]pub enum painting_variant {
Show 30 variants
kebab = 0,
aztec = 1,
alban = 2,
aztec2 = 3,
bomb = 4,
plant = 5,
wasteland = 6,
pool = 7,
courbet = 8,
sea = 9,
sunset = 10,
creebet = 11,
wanderer = 12,
graham = 13,
match = 14,
bust = 15,
stage = 16,
void = 17,
skull_and_roses = 18,
wither = 19,
fighters = 20,
pointer = 21,
pigscene = 22,
burning_skull = 23,
skeleton = 24,
earth = 25,
wind = 26,
water = 27,
fire = 28,
donkey_kong = 29,
}Variants§
kebab = 0
aztec = 1
alban = 2
aztec2 = 3
bomb = 4
plant = 5
wasteland = 6
pool = 7
courbet = 8
sea = 9
sunset = 10
creebet = 11
wanderer = 12
graham = 13
match = 14
bust = 15
stage = 16
void = 17
skull_and_roses = 18
wither = 19
fighters = 20
pointer = 21
pigscene = 22
burning_skull = 23
skeleton = 24
earth = 25
wind = 26
water = 27
fire = 28
donkey_kong = 29
Implementations§
Trait Implementations§
source§impl Clone for painting_variant
impl Clone for painting_variant
source§fn clone(&self) -> painting_variant
fn clone(&self) -> painting_variant
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 painting_variant
impl Debug for painting_variant
source§impl Display for painting_variant
impl Display for painting_variant
source§impl Hash for painting_variant
impl Hash for painting_variant
source§impl PartialEq for painting_variant
impl PartialEq for painting_variant
source§fn eq(&self, other: &painting_variant) -> bool
fn eq(&self, other: &painting_variant) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for painting_variant
impl Write for painting_variant
impl Copy for painting_variant
impl Eq for painting_variant
impl StructuralEq for painting_variant
impl StructuralPartialEq for painting_variant
Auto Trait Implementations§
impl RefUnwindSafe for painting_variant
impl Send for painting_variant
impl Sync for painting_variant
impl Unpin for painting_variant
impl UnwindSafe for painting_variant
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