pub struct OnEntityLogisticSlotChanged;Expand description
Called when one of an entity’s logistic slots changes.
Implementations§
Trait Implementations§
Source§impl Clone for OnEntityLogisticSlotChanged
impl Clone for OnEntityLogisticSlotChanged
Source§fn clone(&self) -> OnEntityLogisticSlotChanged
fn clone(&self) -> OnEntityLogisticSlotChanged
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnEntityLogisticSlotChanged
Source§impl Debug for OnEntityLogisticSlotChanged
impl Debug for OnEntityLogisticSlotChanged
impl Eq for OnEntityLogisticSlotChanged
impl StructuralPartialEq for OnEntityLogisticSlotChanged
Auto Trait Implementations§
impl Freeze for OnEntityLogisticSlotChanged
impl RefUnwindSafe for OnEntityLogisticSlotChanged
impl Send for OnEntityLogisticSlotChanged
impl Sync for OnEntityLogisticSlotChanged
impl Unpin for OnEntityLogisticSlotChanged
impl UnsafeUnpin for OnEntityLogisticSlotChanged
impl UnwindSafe for OnEntityLogisticSlotChanged
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