Enum minecraft_data::trim_pattern
source · #[repr(u16)]pub enum trim_pattern {
Show 16 variants
coast = 0,
dune = 1,
eye = 2,
host = 3,
raiser = 4,
rib = 5,
sentry = 6,
shaper = 7,
silence = 8,
snout = 9,
spire = 10,
tide = 11,
vex = 12,
ward = 13,
wayfinder = 14,
wild = 15,
}Variants§
coast = 0
dune = 1
eye = 2
host = 3
raiser = 4
rib = 5
sentry = 6
shaper = 7
silence = 8
snout = 9
spire = 10
tide = 11
vex = 12
ward = 13
wayfinder = 14
wild = 15
Implementations§
Trait Implementations§
source§impl Clone for trim_pattern
impl Clone for trim_pattern
source§fn clone(&self) -> trim_pattern
fn clone(&self) -> trim_pattern
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 trim_pattern
impl Debug for trim_pattern
source§impl Display for trim_pattern
impl Display for trim_pattern
source§impl Hash for trim_pattern
impl Hash for trim_pattern
source§impl PartialEq for trim_pattern
impl PartialEq for trim_pattern
source§fn eq(&self, other: &trim_pattern) -> bool
fn eq(&self, other: &trim_pattern) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for trim_pattern
impl Write for trim_pattern
impl Copy for trim_pattern
impl Eq for trim_pattern
impl StructuralEq for trim_pattern
impl StructuralPartialEq for trim_pattern
Auto Trait Implementations§
impl RefUnwindSafe for trim_pattern
impl Send for trim_pattern
impl Sync for trim_pattern
impl Unpin for trim_pattern
impl UnwindSafe for trim_pattern
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