pub struct BrushLootTables {
pub armadillo: LootTableRef,
}Fields§
§armadillo: LootTableRefImplementations§
Auto Trait Implementations§
impl Freeze for BrushLootTables
impl RefUnwindSafe for BrushLootTables
impl Send for BrushLootTables
impl Sync for BrushLootTables
impl Unpin for BrushLootTables
impl UnsafeUnpin for BrushLootTables
impl UnwindSafe for BrushLootTables
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