Struct rpgmxp_types::event_page_graphic::EventPageGraphic
source · pub struct EventPageGraphic {
pub opacity: i32,
pub character_name: String,
pub pattern: i32,
pub tile_id: i32,
pub direction: i32,
pub blend_type: i32,
pub character_hue: i32,
}
Fields§
§opacity: i32
§character_name: String
§pattern: i32
§tile_id: i32
§direction: i32
§blend_type: i32
§character_hue: i32
Trait Implementations§
source§impl Debug for EventPageGraphic
impl Debug for EventPageGraphic
source§impl<'de> Deserialize<'de> for EventPageGraphic
impl<'de> Deserialize<'de> for EventPageGraphic
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 EventPageGraphic
impl<'a> FromValue<'a> for EventPageGraphic
source§fn from_value(
ctx: &FromValueContext<'a>,
value: &Value,
) -> Result<Self, FromValueError>
fn from_value( ctx: &FromValueContext<'a>, value: &Value, ) -> Result<Self, FromValueError>
Create this type from the given value from the [
ValueArena
]. Read moresource§impl IntoValue for EventPageGraphic
impl IntoValue for EventPageGraphic
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 EventPageGraphic
impl RefUnwindSafe for EventPageGraphic
impl Send for EventPageGraphic
impl Sync for EventPageGraphic
impl Unpin for EventPageGraphic
impl UnwindSafe for EventPageGraphic
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