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