Struct convey_rs::property::MapProperty
source · pub struct MapProperty {Show 16 fields
pub key_type: String,
pub value_type: String,
pub mode_type: i32,
pub unk_mode_1: Option<String>,
pub unk_mode_2: Option<String>,
pub unk_mode_3: Option<String>,
pub m_normal_index: Option<i32>,
pub m_overflow_index: Option<i32>,
pub m_filter_index: Option<i32>,
pub unk_float_1: Option<Numeric>,
pub unk_float_2: Option<Numeric>,
pub unk_float_3: Option<Numeric>,
pub unk_float_4: Option<Numeric>,
pub unk_str_1: Option<String>,
pub keys: Vec<MapPropertyKey>,
pub values: Vec<MapPropertyValue>,
}Fields§
§key_type: String§value_type: String§mode_type: i32§unk_mode_1: Option<String>§unk_mode_2: Option<String>§unk_mode_3: Option<String>§m_normal_index: Option<i32>§m_overflow_index: Option<i32>§m_filter_index: Option<i32>§unk_float_1: Option<Numeric>§unk_float_2: Option<Numeric>§unk_float_3: Option<Numeric>§unk_float_4: Option<Numeric>§unk_str_1: Option<String>§keys: Vec<MapPropertyKey>§values: Vec<MapPropertyValue>Trait Implementations§
source§impl Clone for MapProperty
impl Clone for MapProperty
source§fn clone(&self) -> MapProperty
fn clone(&self) -> MapProperty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MapProperty
impl Debug for MapProperty
source§impl Default for MapProperty
impl Default for MapProperty
source§fn default() -> MapProperty
fn default() -> MapProperty
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MapProperty
impl<'de> Deserialize<'de> for MapProperty
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
Auto Trait Implementations§
impl Freeze for MapProperty
impl RefUnwindSafe for MapProperty
impl Send for MapProperty
impl Sync for MapProperty
impl Unpin for MapProperty
impl UnwindSafe for MapProperty
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