Struct swifco_rs::components::boars::MaleDisperser
source · [−]Expand description
Labels a male host as to disperse this year / dispersal season
Fields
tick_of_dispersal: u32
ticks: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MaleDisperser
impl Send for MaleDisperser
impl Sync for MaleDisperser
impl Unpin for MaleDisperser
impl UnwindSafe for MaleDisperser
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