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