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