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