pub struct ActionLimits {
pub careful_observation_used: u8,
pub quick_innovation_used: u8,
pub heart_and_soul_used: u8,
pub trained_perfection_used: u8,
pub stellar_steady_hand_charged: u8,
}Fields§
§careful_observation_used: u8设计变动使用次数
quick_innovation_used: u8快速改革使用次数
heart_and_soul_used: u8专心致志使用次数
trained_perfection_used: u8工匠的绝技使用次数
stellar_steady_hand_charged: u8宇宙稳手剩余次数
Trait Implementations§
Source§impl Clone for ActionLimits
impl Clone for ActionLimits
Source§fn clone(&self) -> ActionLimits
fn clone(&self) -> ActionLimits
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 ActionLimits
Source§impl Debug for ActionLimits
impl Debug for ActionLimits
Source§impl Default for ActionLimits
impl Default for ActionLimits
Source§fn default() -> ActionLimits
fn default() -> ActionLimits
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActionLimits
impl RefUnwindSafe for ActionLimits
impl Send for ActionLimits
impl Sync for ActionLimits
impl Unpin for ActionLimits
impl UnsafeUnpin for ActionLimits
impl UnwindSafe for ActionLimits
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