pub struct SystemTerms {Show 33 fields
pub armor3: String,
pub gold: String,
pub skill: String,
pub armor2: String,
pub equip: String,
pub hp: String,
pub attack: String,
pub agi: String,
pub armor1: String,
pub atk: String,
pub item: String,
pub armor4: String,
pub weapon: String,
pub guard: String,
pub new_game: String,
pub continue_: String,
pub shutdown: String,
pub to_title: String,
pub cancel: String,
pub weapon1: String,
pub weapon2: String,
pub level_a: String,
pub hp_a: String,
pub mp_a: String,
pub save: String,
pub game_end: String,
pub fight: String,
pub escape: String,
pub mp: String,
pub spi: String,
pub status: String,
pub level: String,
pub def: String,
}
Fields§
§armor3: String
§gold: String
§skill: String
§armor2: String
§equip: String
§hp: String
§attack: String
§agi: String
§armor1: String
§atk: String
§item: String
§armor4: String
§weapon: String
§guard: String
§new_game: String
§continue_: String
§shutdown: String
§to_title: String
§cancel: String
§weapon1: String
§weapon2: String
§level_a: String
§hp_a: String
§mp_a: String
§save: String
§game_end: String
§fight: String
§escape: String
§mp: String
§spi: String
§status: String
§level: String
§def: String
Trait Implementations§
Source§impl Debug for SystemTerms
impl Debug for SystemTerms
Source§impl<'de> Deserialize<'de> for SystemTerms
impl<'de> Deserialize<'de> for SystemTerms
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> FromValue<'a> for SystemTerms
impl<'a> FromValue<'a> for SystemTerms
Source§fn from_value(
ctx: &FromValueContext<'_>,
value: &'a Value,
) -> Result<Self, FromValueError>
fn from_value( ctx: &FromValueContext<'_>, value: &'a Value, ) -> Result<Self, FromValueError>
Create this type from the given value from the [
ValueArena
]. Read moreSource§impl IntoValue for SystemTerms
impl IntoValue for SystemTerms
Source§fn into_value(
self,
arena: &mut ValueArena,
) -> Result<ValueHandle, IntoValueError>
fn into_value( self, arena: &mut ValueArena, ) -> Result<ValueHandle, IntoValueError>
Turn this type into a Ruby Value.
Auto Trait Implementations§
impl Freeze for SystemTerms
impl RefUnwindSafe for SystemTerms
impl Send for SystemTerms
impl Sync for SystemTerms
impl Unpin for SystemTerms
impl UnwindSafe for SystemTerms
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