pub struct AgriculturalTowerBlueprintControlBehavior {
pub circuit_condition: LuaAny,
pub circuit_enabled: bool,
pub connect_to_logistic_network: bool,
pub enable_harvesting_condition: bool,
pub enable_planting_condition: bool,
pub harvesting_condition: LuaAny,
pub input_networks: LuaAny,
pub logistic_condition: LuaAny,
pub output_networks: LuaAny,
pub planting_condition: LuaAny,
pub read_contents: bool,
}Fields§
§circuit_condition: LuaAny§circuit_enabled: bool§connect_to_logistic_network: bool§enable_harvesting_condition: bool§enable_planting_condition: bool§harvesting_condition: LuaAny§input_networks: LuaAny§logistic_condition: LuaAny§output_networks: LuaAny§planting_condition: LuaAny§read_contents: boolTrait Implementations§
Source§impl Clone for AgriculturalTowerBlueprintControlBehavior
impl Clone for AgriculturalTowerBlueprintControlBehavior
Source§fn clone(&self) -> AgriculturalTowerBlueprintControlBehavior
fn clone(&self) -> AgriculturalTowerBlueprintControlBehavior
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 AgriculturalTowerBlueprintControlBehavior
Source§impl Default for AgriculturalTowerBlueprintControlBehavior
impl Default for AgriculturalTowerBlueprintControlBehavior
Source§fn default() -> AgriculturalTowerBlueprintControlBehavior
fn default() -> AgriculturalTowerBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AgriculturalTowerBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for AgriculturalTowerBlueprintControlBehavior
impl RefUnwindSafe for AgriculturalTowerBlueprintControlBehavior
impl Send for AgriculturalTowerBlueprintControlBehavior
impl Sync for AgriculturalTowerBlueprintControlBehavior
impl Unpin for AgriculturalTowerBlueprintControlBehavior
impl UnsafeUnpin for AgriculturalTowerBlueprintControlBehavior
impl UnwindSafe for AgriculturalTowerBlueprintControlBehavior
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