pub struct AccumulatorBlueprintControlBehavior {
pub output_networks: CircuitNetworkSelection,
pub output_signal: SignalID,
pub read_charge: bool,
}Fields§
§output_networks: CircuitNetworkSelection§output_signal: SignalID§read_charge: boolTrait Implementations§
Source§impl Clone for AccumulatorBlueprintControlBehavior
impl Clone for AccumulatorBlueprintControlBehavior
Source§fn clone(&self) -> AccumulatorBlueprintControlBehavior
fn clone(&self) -> AccumulatorBlueprintControlBehavior
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 AccumulatorBlueprintControlBehavior
Source§impl Default for AccumulatorBlueprintControlBehavior
impl Default for AccumulatorBlueprintControlBehavior
Source§fn default() -> AccumulatorBlueprintControlBehavior
fn default() -> AccumulatorBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AccumulatorBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for AccumulatorBlueprintControlBehavior
impl RefUnwindSafe for AccumulatorBlueprintControlBehavior
impl Send for AccumulatorBlueprintControlBehavior
impl Sync for AccumulatorBlueprintControlBehavior
impl Unpin for AccumulatorBlueprintControlBehavior
impl UnsafeUnpin for AccumulatorBlueprintControlBehavior
impl UnwindSafe for AccumulatorBlueprintControlBehavior
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