Struct swifco_rs::components::map::BreedingCapacity
source · [−]pub struct BreedingCapacity(pub u16);
Expand description
The maximum number of females that can breed in the cell
Tuple Fields
0: u16
Auto Trait Implementations
impl RefUnwindSafe for BreedingCapacity
impl Send for BreedingCapacity
impl Sync for BreedingCapacity
impl Unpin for BreedingCapacity
impl UnwindSafe for BreedingCapacity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more