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