pub struct EffectReceiver {
pub base_effect: LuaAny,
pub consumption_limits: LuaAny,
pub pollution_limits: LuaAny,
pub productivity_limits: LuaAny,
pub quality_limits: LuaAny,
pub speed_limits: LuaAny,
pub uses_beacon_effects: bool,
pub uses_module_effects: bool,
pub uses_surface_effects: bool,
}Fields§
§base_effect: LuaAny§consumption_limits: LuaAny§pollution_limits: LuaAny§productivity_limits: LuaAny§quality_limits: LuaAny§speed_limits: LuaAny§uses_beacon_effects: bool§uses_module_effects: bool§uses_surface_effects: boolTrait Implementations§
Source§impl Clone for EffectReceiver
impl Clone for EffectReceiver
Source§fn clone(&self) -> EffectReceiver
fn clone(&self) -> EffectReceiver
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 EffectReceiver
Source§impl Debug for EffectReceiver
impl Debug for EffectReceiver
Source§impl Default for EffectReceiver
impl Default for EffectReceiver
Source§fn default() -> EffectReceiver
fn default() -> EffectReceiver
Returns the “default value” for a type. Read more
Source§impl PartialEq for EffectReceiver
impl PartialEq for EffectReceiver
impl StructuralPartialEq for EffectReceiver
Auto Trait Implementations§
impl Freeze for EffectReceiver
impl RefUnwindSafe for EffectReceiver
impl Send for EffectReceiver
impl Sync for EffectReceiver
impl Unpin for EffectReceiver
impl UnsafeUnpin for EffectReceiver
impl UnwindSafe for EffectReceiver
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