pub struct SpawnerData {
pub entity_type: Identifier,
pub weight: i32,
pub min_count: i32,
pub max_count: i32,
}Fields§
§entity_type: Identifier§weight: i32§min_count: i32§max_count: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnerData
impl RefUnwindSafe for SpawnerData
impl Send for SpawnerData
impl Sync for SpawnerData
impl Unpin for SpawnerData
impl UnsafeUnpin for SpawnerData
impl UnwindSafe for SpawnerData
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