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