#[repr(u8)]pub enum loot_pool_entry_type {
empty = 0,
item = 1,
loot_table = 2,
dynamic = 3,
tag = 4,
alternatives = 5,
sequence = 6,
group = 7,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for loot_pool_entry_type
impl Clone for loot_pool_entry_type
source§fn clone(&self) -> loot_pool_entry_type
fn clone(&self) -> loot_pool_entry_type
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 loot_pool_entry_type
impl Debug for loot_pool_entry_type
source§impl Display for loot_pool_entry_type
impl Display for loot_pool_entry_type
source§impl Hash for loot_pool_entry_type
impl Hash for loot_pool_entry_type
source§impl PartialEq for loot_pool_entry_type
impl PartialEq for loot_pool_entry_type
source§fn eq(&self, other: &loot_pool_entry_type) -> bool
fn eq(&self, other: &loot_pool_entry_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for loot_pool_entry_type
impl Write for loot_pool_entry_type
impl Copy for loot_pool_entry_type
impl Eq for loot_pool_entry_type
impl StructuralEq for loot_pool_entry_type
impl StructuralPartialEq for loot_pool_entry_type
Auto Trait Implementations§
impl RefUnwindSafe for loot_pool_entry_type
impl Send for loot_pool_entry_type
impl Sync for loot_pool_entry_type
impl Unpin for loot_pool_entry_type
impl UnwindSafe for loot_pool_entry_type
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