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