pub struct LootDropper {
pub generator: ItemGenerator,
}Expand description
Produces item drops from enemies based on type and depth.
Fields§
§generator: ItemGeneratorImplementations§
Source§impl LootDropper
impl LootDropper
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LootDropper
impl RefUnwindSafe for LootDropper
impl Send for LootDropper
impl Sync for LootDropper
impl Unpin for LootDropper
impl UnsafeUnpin for LootDropper
impl UnwindSafe for LootDropper
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