pub struct SpacePlatformHubBlueprintControlBehavior {
pub damage_taken_signal: LuaAny,
pub input_networks: LuaAny,
pub output_networks: LuaAny,
pub read_contents: bool,
pub read_damage_taken: bool,
pub read_moving_from: bool,
pub read_moving_to: bool,
pub read_speed: bool,
pub send_to_platform: bool,
pub set_requests: bool,
pub speed_signal: LuaAny,
}Fields§
§damage_taken_signal: LuaAny§input_networks: LuaAny§output_networks: LuaAny§read_contents: bool§read_damage_taken: bool§read_moving_from: bool§read_moving_to: bool§read_speed: bool§send_to_platform: bool§set_requests: bool§speed_signal: LuaAnyTrait Implementations§
Source§impl Clone for SpacePlatformHubBlueprintControlBehavior
impl Clone for SpacePlatformHubBlueprintControlBehavior
Source§fn clone(&self) -> SpacePlatformHubBlueprintControlBehavior
fn clone(&self) -> SpacePlatformHubBlueprintControlBehavior
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 SpacePlatformHubBlueprintControlBehavior
Source§impl Default for SpacePlatformHubBlueprintControlBehavior
impl Default for SpacePlatformHubBlueprintControlBehavior
Source§fn default() -> SpacePlatformHubBlueprintControlBehavior
fn default() -> SpacePlatformHubBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for SpacePlatformHubBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for SpacePlatformHubBlueprintControlBehavior
impl RefUnwindSafe for SpacePlatformHubBlueprintControlBehavior
impl Send for SpacePlatformHubBlueprintControlBehavior
impl Sync for SpacePlatformHubBlueprintControlBehavior
impl Unpin for SpacePlatformHubBlueprintControlBehavior
impl UnsafeUnpin for SpacePlatformHubBlueprintControlBehavior
impl UnwindSafe for SpacePlatformHubBlueprintControlBehavior
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