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