pub struct AssemblingMachineBlueprintControlBehavior {Show 15 fields
pub circuit_condition: CircuitCondition,
pub circuit_enabled: bool,
pub connect_to_logistic_network: bool,
pub include_in_crafting: bool,
pub input_networks: CircuitNetworkSelection,
pub logistic_condition: CircuitCondition,
pub output_networks: CircuitNetworkSelection,
pub read_contents: bool,
pub read_fuel: bool,
pub read_ingredients: bool,
pub read_recipe_finished: bool,
pub read_working: bool,
pub recipe_finished_signal: SignalID,
pub set_recipe: bool,
pub working_signal: SignalID,
}Fields§
§circuit_condition: CircuitCondition§circuit_enabled: bool§connect_to_logistic_network: bool§include_in_crafting: bool§input_networks: CircuitNetworkSelection§logistic_condition: CircuitCondition§output_networks: CircuitNetworkSelection§read_contents: bool§read_fuel: bool§read_ingredients: bool§read_recipe_finished: bool§read_working: bool§recipe_finished_signal: SignalID§set_recipe: bool§working_signal: SignalIDTrait Implementations§
Source§impl Clone for AssemblingMachineBlueprintControlBehavior
impl Clone for AssemblingMachineBlueprintControlBehavior
Source§fn clone(&self) -> AssemblingMachineBlueprintControlBehavior
fn clone(&self) -> AssemblingMachineBlueprintControlBehavior
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 AssemblingMachineBlueprintControlBehavior
Source§impl Default for AssemblingMachineBlueprintControlBehavior
impl Default for AssemblingMachineBlueprintControlBehavior
Source§fn default() -> AssemblingMachineBlueprintControlBehavior
fn default() -> AssemblingMachineBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AssemblingMachineBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for AssemblingMachineBlueprintControlBehavior
impl RefUnwindSafe for AssemblingMachineBlueprintControlBehavior
impl Send for AssemblingMachineBlueprintControlBehavior
impl Sync for AssemblingMachineBlueprintControlBehavior
impl Unpin for AssemblingMachineBlueprintControlBehavior
impl UnsafeUnpin for AssemblingMachineBlueprintControlBehavior
impl UnwindSafe for AssemblingMachineBlueprintControlBehavior
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