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