#[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§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 StructuralPartialEq for loot_pool_entry_type
Auto Trait Implementations§
impl Freeze for loot_pool_entry_type
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