struct FixedTick {
tick: u32,
}
Fields
tick: u32
Trait Implementations
sourceimpl System for FixedTick
impl System for FixedTick
fn update(&mut self, _world: &mut World, resources: &mut Resources)
fn initialize(&mut self, _world: &mut World, _resources: &mut Resources)
fn finalize(&mut self, _world: &mut World, _resources: &mut Resources)
fn init_boars(
&self,
_world: &mut World,
_resources: &mut Resources,
_boars: &[Entity]
)
Auto Trait Implementations
impl RefUnwindSafe for FixedTick
impl Send for FixedTick
impl Sync for FixedTick
impl Unpin for FixedTick
impl UnwindSafe for FixedTick
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