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