pub struct ItemReplyServerPacketItemTypeDataEffectPotion {
pub effect_id: i32,
}Fields§
§effect_id: i32Implementations§
Trait Implementations§
Source§impl Clone for ItemReplyServerPacketItemTypeDataEffectPotion
impl Clone for ItemReplyServerPacketItemTypeDataEffectPotion
Source§fn clone(&self) -> ItemReplyServerPacketItemTypeDataEffectPotion
fn clone(&self) -> ItemReplyServerPacketItemTypeDataEffectPotion
Returns a duplicate 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 Default for ItemReplyServerPacketItemTypeDataEffectPotion
impl Default for ItemReplyServerPacketItemTypeDataEffectPotion
Source§fn default() -> ItemReplyServerPacketItemTypeDataEffectPotion
fn default() -> ItemReplyServerPacketItemTypeDataEffectPotion
Returns the “default value” for a type. Read more
Source§impl EoSerialize for ItemReplyServerPacketItemTypeDataEffectPotion
impl EoSerialize for ItemReplyServerPacketItemTypeDataEffectPotion
Source§fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
fn serialize(&self, writer: &mut EoWriter) -> Result<(), EoSerializeError>
Serializes a ItemReplyServerPacketItemTypeDataEffectPotion into the given EoWriter instance
Source§fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
fn deserialize(reader: &EoReader) -> Result<Self, EoReaderError>
Deserializes a ItemReplyServerPacketItemTypeDataEffectPotion from an EoReader instance
Source§impl PartialEq for ItemReplyServerPacketItemTypeDataEffectPotion
impl PartialEq for ItemReplyServerPacketItemTypeDataEffectPotion
Source§fn eq(&self, other: &ItemReplyServerPacketItemTypeDataEffectPotion) -> bool
fn eq(&self, other: &ItemReplyServerPacketItemTypeDataEffectPotion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ItemReplyServerPacketItemTypeDataEffectPotion
impl StructuralPartialEq for ItemReplyServerPacketItemTypeDataEffectPotion
Auto Trait Implementations§
impl Freeze for ItemReplyServerPacketItemTypeDataEffectPotion
impl RefUnwindSafe for ItemReplyServerPacketItemTypeDataEffectPotion
impl Send for ItemReplyServerPacketItemTypeDataEffectPotion
impl Sync for ItemReplyServerPacketItemTypeDataEffectPotion
impl Unpin for ItemReplyServerPacketItemTypeDataEffectPotion
impl UnsafeUnpin for ItemReplyServerPacketItemTypeDataEffectPotion
impl UnwindSafe for ItemReplyServerPacketItemTypeDataEffectPotion
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