Struct ffxiv_crafting::Buffs

source ·
pub struct Buffs {
Show 13 fields pub muscle_memory: u8, pub great_strides: u8, pub veneration: u8, pub innovation: u8, pub inner_quiet: u8, pub final_appraisal: u8, pub manipulation: u8, pub wast_not: u8, pub heart_and_soul: u8, pub careful_observation_used: u8, pub heart_and_soul_used: u8, pub touch_combo_stage: u8, pub observed: u8,
}
Expand description

Buffs 储存了一次制作中玩家全部buff状态信息

Fields§

§muscle_memory: u8

坚信

§great_strides: u8

阔步

§veneration: u8

崇敬

§innovation: u8

改革

§inner_quiet: u8

内静

§final_appraisal: u8

最终确认

§manipulation: u8

掌握

§wast_not: u8

俭约 OR 长期俭约

§heart_and_soul: u8

专心致志

§careful_observation_used: u8

设计变动使用次数 假想buff,用于记录设计变动使用的次数

§heart_and_soul_used: u8

禁止使用专心致志 假想buff,用于禁止使用专心致志

§touch_combo_stage: u8

加工连击状态:0无,1中级加工预备,2上级加工预备

§observed: u8

观察(注视预备) 假想buff,用于处理 观察-注释制作 OR 观察-注视加工 的连击。

Trait Implementations§

source§

impl Clone for Buffs

source§

fn clone(&self) -> Buffs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Buffs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Buffs

source§

fn default() -> Buffs

Returns the “default value” for a type. Read more
source§

impl Copy for Buffs

Auto Trait Implementations§

§

impl Freeze for Buffs

§

impl RefUnwindSafe for Buffs

§

impl Send for Buffs

§

impl Sync for Buffs

§

impl Unpin for Buffs

§

impl UnwindSafe for Buffs

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.