Struct convey_rs::property::InventoryStack
source · pub struct InventoryStack {
pub unk_str_1: String,
pub unk_str_2: String,
pub unk_int_1: i32,
pub unk_int_2: i32,
pub unk_struct_1: (String, StructPropertyValue),
pub unk_str_3: String,
}Fields§
§unk_str_1: String§unk_str_2: String§unk_int_1: i32§unk_int_2: i32§unk_struct_1: (String, StructPropertyValue)§unk_str_3: StringTrait Implementations§
source§impl Clone for InventoryStack
impl Clone for InventoryStack
source§fn clone(&self) -> InventoryStack
fn clone(&self) -> InventoryStack
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 InventoryStack
impl Debug for InventoryStack
source§impl Default for InventoryStack
impl Default for InventoryStack
source§fn default() -> InventoryStack
fn default() -> InventoryStack
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InventoryStack
impl<'de> Deserialize<'de> for InventoryStack
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 InventoryStack
impl RefUnwindSafe for InventoryStack
impl Send for InventoryStack
impl Sync for InventoryStack
impl Unpin for InventoryStack
impl UnwindSafe for InventoryStack
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