pub struct LootTable {
pub entries: Vec<LootEntry>,
pub min_drops: u32,
pub max_drops: u32,
pub gold_min: u32,
pub gold_max: u32,
}Fields§
§entries: Vec<LootEntry>§min_drops: u32§max_drops: u32§gold_min: u32§gold_max: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LootTable
impl RefUnwindSafe for LootTable
impl Send for LootTable
impl Sync for LootTable
impl Unpin for LootTable
impl UnsafeUnpin for LootTable
impl UnwindSafe for LootTable
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