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