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