pub struct SegmentedUnitAIState {
pub type: &'static str,
}Expand description
A structure describing the state of a LuaSegmentedUnit’s AI.
Fields§
§type: &'static strTrait Implementations§
Source§impl Clone for SegmentedUnitAIState
impl Clone for SegmentedUnitAIState
Source§fn clone(&self) -> SegmentedUnitAIState
fn clone(&self) -> SegmentedUnitAIState
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 SegmentedUnitAIState
Source§impl Debug for SegmentedUnitAIState
impl Debug for SegmentedUnitAIState
Source§impl Default for SegmentedUnitAIState
impl Default for SegmentedUnitAIState
Source§fn default() -> SegmentedUnitAIState
fn default() -> SegmentedUnitAIState
Returns the “default value” for a type. Read more
Source§impl PartialEq for SegmentedUnitAIState
impl PartialEq for SegmentedUnitAIState
impl StructuralPartialEq for SegmentedUnitAIState
Auto Trait Implementations§
impl Freeze for SegmentedUnitAIState
impl RefUnwindSafe for SegmentedUnitAIState
impl Send for SegmentedUnitAIState
impl Sync for SegmentedUnitAIState
impl Unpin for SegmentedUnitAIState
impl UnsafeUnpin for SegmentedUnitAIState
impl UnwindSafe for SegmentedUnitAIState
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