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